Html Css Color HEX #976B65 Dark Chestnut

📋 copy color: '#976B65'

red 151 ◦ green 107 ◦ blue 101

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

Shades of Dark Chestnut #976B65

Tints of Dark Chestnut #976B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 42.06%
G = 29.81%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#976B65 (or 0x976B65) is known color: Dark Chestnut. HEX triplet: 97, 6B and 65. RGB value is (151,107,101). Sum of RGB (Red+Green+Blue) = 151+107+101=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #976B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976B65 is #68949A. Grayscale: #777777. Windows color (decimal): -6853787 or 6646679. OLE color: 6646679.

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

Color convert

RGB 151 107 101 -
CMYK 0 0.29 0.33 0.41
HSL 7.2º 0.2% 0.49% -
HSV(B) 7.2º 0.33% 0.59% -
XYZ 20.37 18.03 14.72 -
YUV 119.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 151 107 101 0 0.29 0.33 0.41 7.2 0.2 0.49
Hex 97 6B 65 0 1D 21 29 7 14 31
Octal 227 153 145 0 35 41 51 7 24 61
Binary 10010111 1101011 1100101 0 11101 100001 101001 111 10100 110001

Color Harmonies of #976B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B65

Black with #976B65

Text Example


Text Example

White with #976B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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