Html Css Color HEX #977065 Dark Chestnut

📋 copy color: '#977065'

red 151 ◦ green 112 ◦ blue 101

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

Shades of Dark Chestnut #977065

Tints of Dark Chestnut #977065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.77%

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

R = 41.48%
G = 30.77%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#977065 (or 0x977065) is known color: Dark Chestnut. HEX triplet: 97, 70 and 65. RGB value is (151,112,101). Sum of RGB (Red+Green+Blue) = 151+112+101=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #977065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977065 is #688F9A. Grayscale: #7A7A7A. Windows color (decimal): -6852507 or 6647959. OLE color: 6647959.

HSL color Cylindrical-coordinate representation of color #977065: hue angle of 13.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 #977065 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 101 -
CMYK 0 0.26 0.33 0.41
HSL 13.2º 0.2% 0.49% -
HSV(B) 13.2º 0.33% 0.59% -
XYZ 20.91 19.11 14.9 -
YUV 122.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 151 112 101 0 0.26 0.33 0.41 13.2 0.2 0.49
Hex 97 70 65 0 1A 21 29 D 14 31
Octal 227 160 145 0 32 41 51 15 24 61
Binary 10010111 1110000 1100101 0 11010 100001 101001 1101 10100 110001

Color Harmonies of #977065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977065

Black with #977065

Text Example


Text Example

White with #977065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977065; }

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

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

background-color css

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

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

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

border-color css

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

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

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