Html Css Color HEX #976761 Dark Chestnut

📋 copy color: '#976761'

red 151 ◦ green 103 ◦ blue 97

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

Shades of Dark Chestnut #976761

Tints of Dark Chestnut #976761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.34%

 BLUE value IS 97 (38.28% from 255) = 27.64%

R = 43.02%
G = 29.34%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#976761 (or 0x976761) is known color: Dark Chestnut. HEX triplet: 97, 67 and 61. RGB value is (151,103,97). Sum of RGB (Red+Green+Blue) = 151+103+97=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 151 - color contains mainly: red. Hex color #976761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976761 is #68989E. Grayscale: #747474. Windows color (decimal): -6854815 or 6383511. OLE color: 6383511.

HSL color Cylindrical-coordinate representation of color #976761: hue angle of 6.67º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #976761 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 103 97 -
CMYK 0 0.32 0.36 0.41
HSL 6.67º 0.22% 0.49% -
HSV(B) 6.67º 0.36% 0.59% -
XYZ 19.77 17.14 13.58 -
YUV 116.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 151 103 97 0 0.32 0.36 0.41 6.67 0.22 0.49
Hex 97 67 61 0 20 24 29 7 16 31
Octal 227 147 141 0 40 44 51 7 26 61
Binary 10010111 1100111 1100001 0 100000 100100 101001 111 10110 110001

Color Harmonies of #976761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976761

Black with #976761

Text Example


Text Example

White with #976761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976761; }

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

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

background-color css

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

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

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

border-color css

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

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

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