Html Css Color HEX #976F68 Dark Chestnut

📋 copy color: '#976F68'

red 151 ◦ green 111 ◦ blue 104

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

Shades of Dark Chestnut #976F68

Tints of Dark Chestnut #976F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.42%

R = 41.26%
G = 30.33%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#976F68 (or 0x976F68) is known color: Dark Chestnut. HEX triplet: 97, 6F and 68. RGB value is (151,111,104). Sum of RGB (Red+Green+Blue) = 151+111+104=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #976F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F68 is #689097. Grayscale: #7A7A7A. Windows color (decimal): -6852760 or 6844311. OLE color: 6844311.

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

Color convert

RGB 151 111 104 -
CMYK 0 0.26 0.31 0.41
HSL 8.94º 0.18% 0.5% -
HSV(B) 8.94º 0.31% 0.59% -
XYZ 20.95 18.95 15.65 -
YUV 122.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 151 111 104 0 0.26 0.31 0.41 8.94 0.18 0.5
Hex 97 6F 68 0 1A 1F 29 9 12 32
Octal 227 157 150 0 32 37 51 11 22 62
Binary 10010111 1101111 1101000 0 11010 11111 101001 1001 10010 110010

Color Harmonies of #976F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F68

Black with #976F68

Text Example


Text Example

White with #976F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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