Color Hex Logo

#96663d Color Hex

#96663D
(150,102,61)
0 Favorites   0 Comments

Color spaces of #96663d

RGB 15010261
HSL0.080.420.41
HSV28°59°59°
CMYK 0.000.320.59   0.41
XYZ18.171416.32376.6079
Yxy16.32370.44210.3971
Hunter Lab40.40269.577318.5849
CIE-Lab47.396314.780330.7085

#96663d color RGB value is (150,102,61).

#96663d hex color red value is 150, green value is 102 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #96663d hue: 0.08 , saturation: 0.42 and the lightness value of 96663d is 0.41.

The process color (four color CMYK) of #96663d color hex is 0.00, 0.32, 0.59, 0.41. Web safe color of #96663d is #996633. Color #96663d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100110 00111101
Octal 226 146 75
Decimal 150 102 61
Hex 96 66 3D

RGB Percentages of Color #96663d

%47.92
%32.59
%19.49

CMYK Percentages of Color #96663d

%0
%32
%59
%41

Triadic Colors of #96663d

#96663d #3d9666 #663d96

Analogous Colors of #96663d

#96663d #96933d #963d41

Monochromatic Colors of #96663d

#96663d

Complementary Color

#96663d #3d6d96

#96663d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96663d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96663d Color CSS Codes

.mybgcolor {background-color:#96663d; } 
.myforecolor {color:#96663d; }
.mybordercolor {border:3px solid #96663d; }

#96663d Text Font Color

<p style="color:#96663d">Text here</p>

This sample text font color is #96663d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#96663d Background Color

<div style="background-color:#96663d">
Div content here</div>

This div background color is #96663d


#96663d Border Color

<div style="border:3px solid #96663d">
Div here</div>

This div border color is #96663d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,102,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96663d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96663d;
  -webkit-box-shadow: 1px 1px 3px 2px #96663d;
  box-shadow:         1px 1px 3px 2px #96663d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,102,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #96663d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #96663d;
  -webkit-box-shadow: 1px 1px 3px 2px #96663d;
  box-shadow:         1px 1px 3px 2px #96663d;">
Div content here</div>

This div box has shadow with color #96663d


Comments

No comments written yet.

Please login to write comment.