Html Css Color HEX #96664E Dark Tan

📋 copy color: '#96664E'

red 150 ◦ green 102 ◦ blue 78

#96664E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tan #96664E

Tints of Dark Tan #96664E

RGB

 RED value IS 150 (58.98% from 255) = 45.45%

 GREEN value IS 102 (40.23% from 255) = 30.91%

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 45.45%
G = 30.91%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#96664E (or 0x96664E) is known color: Dark Tan. HEX triplet: 96, 66 and 4E. RGB value is (150,102,78). Sum of RGB (Red+Green+Blue) = 150+102+78=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96664E is #6999B1. Grayscale: #717171. Windows color (decimal): -6920626 or 5138070. OLE color: 5138070.

HSL color Cylindrical-coordinate representation of color #96664E: hue angle of 20º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96664E is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 102 78 -
CMYK 0 0.32 0.48 0.41
HSL 20º 0.32% 0.45% -
HSV(B) 20º 0.48% 0.59% -
XYZ 18.7 16.54 9.41 -
YUV 113.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 150 102 78 0 0.32 0.48 0.41 20 0.32 0.45
Hex 96 66 4E 0 20 30 29 14 20 2D
Octal 226 146 116 0 40 60 51 24 40 55
Binary 10010110 1100110 1001110 0 100000 110000 101001 10100 100000 101101

Color Harmonies of #96664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96664E

Black with #96664E

Text Example


Text Example

White with #96664E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96664E; }

 p { color: rgb(150,102,78); }

 H1.HeaderClassName
 {
   color: #96664E;
 }
 .AnyTagClassName
 {
   color: #96664E;
 }
</style>

background-color css

<style>
 a { background-color: #96664E; }

 a { background-color: rgb(150,102,78); }

 div.DivClassName
 {
   background-color: #96664E;
 }
 .BgClassName
 {
   background-color: #96664E;
 }
</style>

border-color css

<style>
 span { border-color: #96664E; }

 span { border-color: rgb(150,102,78); }

 td.TdClassName
 {
   border-color: #96664E;
 }
 .TagClassName
 {
   border-color: #96664E;
 }
</style>