Html Css Color HEX #97716C Dark Chestnut

📋 copy color: '#97716C'

red 151 ◦ green 113 ◦ blue 108

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

Shades of Dark Chestnut #97716C

Tints of Dark Chestnut #97716C

RGB

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

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

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

R = 40.59%
G = 30.38%
B = 29.03%

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

#97716C (or 0x97716C) is known color: Dark Chestnut. HEX triplet: 97, 71 and 6C. RGB value is (151,113,108). Sum of RGB (Red+Green+Blue) = 151+113+108=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #97716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97716C is #688E93. Grayscale: #7B7B7B. Windows color (decimal): -6852244 or 7106967. OLE color: 7106967.

HSL color Cylindrical-coordinate representation of color #97716C: hue angle of 6.98º 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 #97716C is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 113 108 -
CMYK 0 0.25 0.28 0.41
HSL 6.98º 0.17% 0.51% -
HSV(B) 6.98º 0.28% 0.59% -
XYZ 21.37 19.47 16.82 -
YUV 123.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 151 113 108 0 0.25 0.28 0.41 6.98 0.17 0.51
Hex 97 71 6C 0 19 1C 29 7 11 33
Octal 227 161 154 0 31 34 51 7 21 63
Binary 10010111 1110001 1101100 0 11001 11100 101001 111 10001 110011

Color Harmonies of #97716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97716C

Black with #97716C

Text Example


Text Example

White with #97716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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