Html Css Color HEX #976B63 Dark Chestnut

📋 copy color: '#976B63'

red 151 ◦ green 107 ◦ blue 99

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

Shades of Dark Chestnut #976B63

Tints of Dark Chestnut #976B63

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.97%

 BLUE value IS 99 (39.06% from 255) = 27.73%

R = 42.3%
G = 29.97%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#976B63 (or 0x976B63) is known color: Dark Chestnut. HEX triplet: 97, 6B and 63. RGB value is (151,107,99). Sum of RGB (Red+Green+Blue) = 151+107+99=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #976B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976B63 is #68949C. Grayscale: #777777. Windows color (decimal): -6853789 or 6515607. OLE color: 6515607.

HSL color Cylindrical-coordinate representation of color #976B63: hue angle of 9.23º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976B63 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 107 99 -
CMYK 0 0.29 0.34 0.41
HSL 9.23º 0.21% 0.49% -
HSV(B) 9.23º 0.34% 0.59% -
XYZ 20.27 18 14.21 -
YUV 119.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 151 107 99 0 0.29 0.34 0.41 9.23 0.21 0.49
Hex 97 6B 63 0 1D 22 29 9 15 31
Octal 227 153 143 0 35 42 51 11 25 61
Binary 10010111 1101011 1100011 0 11101 100010 101001 1001 10101 110001

Color Harmonies of #976B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B63

Black with #976B63

Text Example


Text Example

White with #976B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,107,99); }

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

background-color css

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

 a { background-color: rgb(151,107,99); }

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

border-color css

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

 span { border-color: rgb(151,107,99); }

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