Html Css Color HEX #96684C Dark Tan

📋 copy color: '#96684C'

red 150 ◦ green 104 ◦ blue 76

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

Shades of Dark Tan #96684C

Tints of Dark Tan #96684C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.52%

 BLUE value IS 76 (30.08% from 255) = 23.03%

R = 45.45%
G = 31.52%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96684C (or 0x96684C) is known color: Dark Tan. HEX triplet: 96, 68 and 4C. RGB value is (150,104,76). Sum of RGB (Red+Green+Blue) = 150+104+76=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96684C is #6997B3. Grayscale: #727272. Windows color (decimal): -6920116 or 5007510. OLE color: 5007510.

HSL color Cylindrical-coordinate representation of color #96684C: hue angle of 22.7º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96684C is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 76 -
CMYK 0 0.31 0.49 0.41
HSL 22.7º 0.33% 0.44% -
HSV(B) 22.7º 0.49% 0.59% -
XYZ 18.83 16.91 9.11 -
YUV 114.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 150 104 76 0 0.31 0.49 0.41 22.7 0.33 0.44
Hex 96 68 4C 0 1F 31 29 17 21 2C
Octal 226 150 114 0 37 61 51 27 41 54
Binary 10010110 1101000 1001100 0 11111 110001 101001 10111 100001 101100

Color Harmonies of #96684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96684C

Black with #96684C

Text Example


Text Example

White with #96684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96684C; }

 p { color: rgb(150,104,76); }

 H1.HeaderClassName
 {
   color: #96684C;
 }
 .AnyTagClassName
 {
   color: #96684C;
 }
</style>

background-color css

<style>
 a { background-color: #96684C; }

 a { background-color: rgb(150,104,76); }

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

border-color css

<style>
 span { border-color: #96684C; }

 span { border-color: rgb(150,104,76); }

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