Html Css Color HEX #977169 Dark Chestnut

📋 copy color: '#977169'

red 151 ◦ green 113 ◦ blue 105

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

Shades of Dark Chestnut #977169

Tints of Dark Chestnut #977169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.46%

R = 40.92%
G = 30.62%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#977169 (or 0x977169) is known color: Dark Chestnut. HEX triplet: 97, 71 and 69. RGB value is (151,113,105). Sum of RGB (Red+Green+Blue) = 151+113+105=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #977169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977169 is #688E96. Grayscale: #7B7B7B. Windows color (decimal): -6852247 or 6910359. OLE color: 6910359.

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

Color convert

RGB 151 113 105 -
CMYK 0 0.25 0.30 0.41
HSL 10.43º 0.18% 0.5% -
HSV(B) 10.43º 0.3% 0.59% -
XYZ 21.22 19.41 15.99 -
YUV 123.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 151 113 105 0 0.25 0.30 0.41 10.43 0.18 0.5
Hex 97 71 69 0 19 1E 29 A 12 32
Octal 227 161 151 0 31 36 51 12 22 62
Binary 10010111 1110001 1101001 0 11001 11110 101001 1010 10010 110010

Color Harmonies of #977169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977169

Black with #977169

Text Example


Text Example

White with #977169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977169; }

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

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

background-color css

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

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

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

border-color css

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

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

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