Html Css Color HEX #966A60 Dark Chestnut

📋 copy color: '#966A60'

red 150 ◦ green 106 ◦ blue 96

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

Shades of Dark Chestnut #966A60

Tints of Dark Chestnut #966A60

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.11%

 BLUE value IS 96 (37.89% from 255) = 27.27%

R = 42.61%
G = 30.11%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#966A60 (or 0x966A60) is known color: Dark Chestnut. HEX triplet: 96, 6A and 60. RGB value is (150,106,96). Sum of RGB (Red+Green+Blue) = 150+106+96=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #966A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966A60 is #69959F. Grayscale: #767676. Windows color (decimal): -6919584 or 6318742. OLE color: 6318742.

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

Color convert

RGB 150 106 96 -
CMYK 0 0.29 0.36 0.41
HSL 11.11º 0.22% 0.48% -
HSV(B) 11.11º 0.36% 0.59% -
XYZ 19.84 17.64 13.42 -
YUV 118.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 150 106 96 0 0.29 0.36 0.41 11.11 0.22 0.48
Hex 96 6A 60 0 1D 24 29 B 16 30
Octal 226 152 140 0 35 44 51 13 26 60
Binary 10010110 1101010 1100000 0 11101 100100 101001 1011 10110 110000

Color Harmonies of #966A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A60

Black with #966A60

Text Example


Text Example

White with #966A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,106,96); }

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

background-color css

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

 a { background-color: rgb(150,106,96); }

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

border-color css

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

 span { border-color: rgb(150,106,96); }

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