Html Css Color HEX #96716C Dark Chestnut

📋 copy color: '#96716C'

red 150 ◦ green 113 ◦ blue 108

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

Shades of Dark Chestnut #96716C

Tints of Dark Chestnut #96716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 40.43%
G = 30.46%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96716C (or 0x96716C) is known color: Dark Chestnut. HEX triplet: 96, 71 and 6C. RGB value is (150,113,108). Sum of RGB (Red+Green+Blue) = 150+113+108=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96716C is #698E93. Grayscale: #7B7B7B. Windows color (decimal): -6917780 or 7106966. OLE color: 7106966.

HSL color Cylindrical-coordinate representation of color #96716C: hue angle of 7.14º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96716C is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 113 108 -
CMYK 0 0.25 0.28 0.41
HSL 7.14º 0.17% 0.51% -
HSV(B) 7.14º 0.28% 0.59% -
XYZ 21.19 19.38 16.81 -
YUV 123.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 150 113 108 0 0.25 0.28 0.41 7.14 0.17 0.51
Hex 96 71 6C 0 19 1C 29 7 11 33
Octal 226 161 154 0 31 34 51 7 21 63
Binary 10010110 1110001 1101100 0 11001 11100 101001 111 10001 110011

Color Harmonies of #96716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96716C

Black with #96716C

Text Example


Text Example

White with #96716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,113,108); }

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

background-color css

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

 a { background-color: rgb(150,113,108); }

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

border-color css

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

 span { border-color: rgb(150,113,108); }

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