Html Css Color HEX #976F67 Dark Chestnut

📋 copy color: '#976F67'

red 151 ◦ green 111 ◦ blue 103

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

Shades of Dark Chestnut #976F67

Tints of Dark Chestnut #976F67

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.41%

 BLUE value IS 103 (40.63% from 255) = 28.22%

R = 41.37%
G = 30.41%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#976F67 (or 0x976F67) is known color: Dark Chestnut. HEX triplet: 97, 6F and 67. RGB value is (151,111,103). Sum of RGB (Red+Green+Blue) = 151+111+103=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #976F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F67 is #689098. Grayscale: #7A7A7A. Windows color (decimal): -6852761 or 6778775. OLE color: 6778775.

HSL color Cylindrical-coordinate representation of color #976F67: hue angle of 10º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976F67 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 111 103 -
CMYK 0 0.26 0.32 0.41
HSL 10º 0.19% 0.5% -
HSV(B) 10º 0.32% 0.59% -
XYZ 20.9 18.93 15.38 -
YUV 122.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 151 111 103 0 0.26 0.32 0.41 10 0.19 0.5
Hex 97 6F 67 0 1A 20 29 A 13 32
Octal 227 157 147 0 32 40 51 12 23 62
Binary 10010111 1101111 1100111 0 11010 100000 101001 1010 10011 110010

Color Harmonies of #976F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F67

Black with #976F67

Text Example


Text Example

White with #976F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976F67; }

 p { color: rgb(151,111,103); }

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

background-color css

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

 a { background-color: rgb(151,111,103); }

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

border-color css

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

 span { border-color: rgb(151,111,103); }

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