Html Css Color HEX #96664D Dark Tan

📋 copy color: '#96664D'

red 150 ◦ green 102 ◦ blue 77

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

Shades of Dark Tan #96664D

Tints of Dark Tan #96664D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 45.59%
G = 31%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96664D (or 0x96664D) is known color: Dark Tan. HEX triplet: 96, 66 and 4D. RGB value is (150,102,77). Sum of RGB (Red+Green+Blue) = 150+102+77=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96664D is #6999B2. Grayscale: #717171. Windows color (decimal): -6920627 or 5072534. OLE color: 5072534.

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

Color convert

RGB 150 102 77 -
CMYK 0 0.32 0.49 0.41
HSL 20.55º 0.32% 0.45% -
HSV(B) 20.55º 0.49% 0.59% -
XYZ 18.67 16.52 9.23 -
YUV 113.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 150 102 77 0 0.32 0.49 0.41 20.55 0.32 0.45
Hex 96 66 4D 0 20 31 29 15 20 2D
Octal 226 146 115 0 40 61 51 25 40 55
Binary 10010110 1100110 1001101 0 100000 110001 101001 10101 100000 101101

Color Harmonies of #96664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96664D

Black with #96664D

Text Example


Text Example

White with #96664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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