Html Css Color HEX #997065 Dark Chestnut

📋 copy color: '#997065'

red 153 ◦ green 112 ◦ blue 101

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

Shades of Dark Chestnut #997065

Tints of Dark Chestnut #997065

RGB

 RED value IS 153 (60.16% from 255) = 41.8%

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

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

R = 41.8%
G = 30.6%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#997065 (or 0x997065) is known color: Dark Chestnut. HEX triplet: 99, 70 and 65. RGB value is (153,112,101). Sum of RGB (Red+Green+Blue) = 153+112+101=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #997065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997065 is #668F9A. Grayscale: #7B7B7B. Windows color (decimal): -6721435 or 6647961. OLE color: 6647961.

HSL color Cylindrical-coordinate representation of color #997065: hue angle of 12.69º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #997065 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 112 101 -
CMYK 0 0.27 0.34 0.4
HSL 12.69º 0.2% 0.5% -
HSV(B) 12.69º 0.34% 0.6% -
XYZ 21.28 19.3 14.92 -
YUV 123.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 153 112 101 0 0.27 0.34 0.4 12.69 0.2 0.5
Hex 99 70 65 0 1B 22 28 D 14 32
Octal 231 160 145 0 33 42 50 15 24 62
Binary 10011001 1110000 1100101 0 11011 100010 101000 1101 10100 110010

Color Harmonies of #997065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997065

Black with #997065

Text Example


Text Example

White with #997065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997065; }

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

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

background-color css

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

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

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

border-color css

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

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

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