Html Css Color HEX #96726D Dark Chestnut

📋 copy color: '#96726D'

red 150 ◦ green 114 ◦ blue 109

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

Shades of Dark Chestnut #96726D

Tints of Dark Chestnut #96726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.56%

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 40.21%
G = 30.56%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96726D (or 0x96726D) is known color: Dark Chestnut. HEX triplet: 96, 72 and 6D. RGB value is (150,114,109). Sum of RGB (Red+Green+Blue) = 150+114+109=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96726D is #698D92. Grayscale: #7C7C7C. Windows color (decimal): -6917523 or 7172758. OLE color: 7172758.

HSL color Cylindrical-coordinate representation of color #96726D: hue angle of 7.32º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96726D is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 114 109 -
CMYK 0 0.24 0.27 0.41
HSL 7.32º 0.16% 0.51% -
HSV(B) 7.32º 0.27% 0.59% -
XYZ 21.36 19.62 17.13 -
YUV 124.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 150 114 109 0 0.24 0.27 0.41 7.32 0.16 0.51
Hex 96 72 6D 0 18 1B 29 7 10 33
Octal 226 162 155 0 30 33 51 7 20 63
Binary 10010110 1110010 1101101 0 11000 11011 101001 111 10000 110011

Color Harmonies of #96726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96726D

Black with #96726D

Text Example


Text Example

White with #96726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,114,109); }

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

background-color css

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

 a { background-color: rgb(150,114,109); }

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

border-color css

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

 span { border-color: rgb(150,114,109); }

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