Html Css Color HEX #97706A Dark Chestnut

📋 copy color: '#97706A'

red 151 ◦ green 112 ◦ blue 106

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

Shades of Dark Chestnut #97706A

Tints of Dark Chestnut #97706A

RGB

 RED value IS 151 (59.38% from 255) = 40.92%

 GREEN value IS 112 (44.14% from 255) = 30.35%

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

R = 40.92%
G = 30.35%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#97706A (or 0x97706A) is known color: Dark Chestnut. HEX triplet: 97, 70 and 6A. RGB value is (151,112,106). Sum of RGB (Red+Green+Blue) = 151+112+106=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #97706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97706A is #688F95. Grayscale: #7B7B7B. Windows color (decimal): -6852502 or 6975639. OLE color: 6975639.

HSL color Cylindrical-coordinate representation of color #97706A: hue angle of 8º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97706A is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 106 -
CMYK 0 0.26 0.30 0.41
HSL 0.18% 0.5% -
HSV(B) 0.3% 0.59% -
XYZ 21.16 19.21 16.23 -
YUV 122.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 151 112 106 0 0.26 0.30 0.41 8 0.18 0.5
Hex 97 70 6A 0 1A 1E 29 8 12 32
Octal 227 160 152 0 32 36 51 10 22 62
Binary 10010111 1110000 1101010 0 11010 11110 101001 1000 10010 110010

Color Harmonies of #97706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97706A

Black with #97706A

Text Example


Text Example

White with #97706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,112,106); }

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

background-color css

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

 a { background-color: rgb(151,112,106); }

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

border-color css

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

 span { border-color: rgb(151,112,106); }

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