Html Css Color HEX #966E65 Dark Chestnut

📋 copy color: '#966E65'

red 150 ◦ green 110 ◦ blue 101

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

Shades of Dark Chestnut #966E65

Tints of Dark Chestnut #966E65

RGB

 RED value IS 150 (58.98% from 255) = 41.55%

 GREEN value IS 110 (43.36% from 255) = 30.47%

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

R = 41.55%
G = 30.47%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#966E65 (or 0x966E65) is known color: Dark Chestnut. HEX triplet: 96, 6E and 65. RGB value is (150,110,101). Sum of RGB (Red+Green+Blue) = 150+110+101=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #966E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E65 is #69919A. Grayscale: #797979. Windows color (decimal): -6918555 or 6647446. OLE color: 6647446.

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

Color convert

RGB 150 110 101 -
CMYK 0 0.27 0.33 0.41
HSL 11.02º 0.2% 0.49% -
HSV(B) 11.02º 0.33% 0.59% -
XYZ 20.5 18.58 14.82 -
YUV 120.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 150 110 101 0 0.27 0.33 0.41 11.02 0.2 0.49
Hex 96 6E 65 0 1B 21 29 B 14 31
Octal 226 156 145 0 33 41 51 13 24 61
Binary 10010110 1101110 1100101 0 11011 100001 101001 1011 10100 110001

Color Harmonies of #966E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E65

Black with #966E65

Text Example


Text Example

White with #966E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966E65; }

 p { color: rgb(150,110,101); }

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

background-color css

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

 a { background-color: rgb(150,110,101); }

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

border-color css

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

 span { border-color: rgb(150,110,101); }

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