Html Css Color HEX #966460 Dark Chestnut

📋 copy color: '#966460'

red 150 ◦ green 100 ◦ blue 96

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

Shades of Dark Chestnut #966460

Tints of Dark Chestnut #966460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.9%

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

R = 43.35%
G = 28.9%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#966460 (or 0x966460) is known color: Dark Chestnut. HEX triplet: 96, 64 and 60. RGB value is (150,100,96). Sum of RGB (Red+Green+Blue) = 150+100+96=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #966460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966460 is #699B9F. Grayscale: #727272. Windows color (decimal): -6921120 or 6317206. OLE color: 6317206.

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

Color convert

RGB 150 100 96 -
CMYK 0 0.33 0.36 0.41
HSL 4.44º 0.22% 0.48% -
HSV(B) 4.44º 0.36% 0.59% -
XYZ 19.25 16.44 13.23 -
YUV 114.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 150 100 96 0 0.33 0.36 0.41 4.44 0.22 0.48
Hex 96 64 60 0 21 24 29 4 16 30
Octal 226 144 140 0 41 44 51 4 26 60
Binary 10010110 1100100 1100000 0 100001 100100 101001 100 10110 110000

Color Harmonies of #966460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966460

Black with #966460

Text Example


Text Example

White with #966460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966460; }

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

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

background-color css

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

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

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

border-color css

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

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

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