Html Css Color HEX #96726A Dark Chestnut

📋 copy color: '#96726A'

red 150 ◦ green 114 ◦ blue 106

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

Shades of Dark Chestnut #96726A

Tints of Dark Chestnut #96726A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.65%

R = 40.54%
G = 30.81%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96726A (or 0x96726A) is known color: Dark Chestnut. HEX triplet: 96, 72 and 6A. RGB value is (150,114,106). Sum of RGB (Red+Green+Blue) = 150+114+106=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #96726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96726A is #698D95. Grayscale: #7B7B7B. Windows color (decimal): -6917526 or 6976150. OLE color: 6976150.

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

Color convert

RGB 150 114 106 -
CMYK 0 0.24 0.29 0.41
HSL 10.91º 0.17% 0.5% -
HSV(B) 10.91º 0.29% 0.59% -
XYZ 21.2 19.56 16.29 -
YUV 123.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 150 114 106 0 0.24 0.29 0.41 10.91 0.17 0.5
Hex 96 72 6A 0 18 1D 29 B 11 32
Octal 226 162 152 0 30 35 51 13 21 62
Binary 10010110 1110010 1101010 0 11000 11101 101001 1011 10001 110010

Color Harmonies of #96726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96726A

Black with #96726A

Text Example


Text Example

White with #96726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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