Html Css Color HEX #966560 Dark Chestnut

📋 copy color: '#966560'

red 150 ◦ green 101 ◦ blue 96

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

Shades of Dark Chestnut #966560

Tints of Dark Chestnut #966560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.11%

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

R = 43.23%
G = 29.11%
B = 27.67%

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

#966560 (or 0x966560) is known color: Dark Chestnut. HEX triplet: 96, 65 and 60. RGB value is (150,101,96). Sum of RGB (Red+Green+Blue) = 150+101+96=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #966560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966560 is #699A9F. Grayscale: #737373. Windows color (decimal): -6920864 or 6317462. OLE color: 6317462.

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

Color convert

RGB 150 101 96 -
CMYK 0 0.33 0.36 0.41
HSL 5.56º 0.22% 0.48% -
HSV(B) 5.56º 0.36% 0.59% -
XYZ 19.34 16.64 13.26 -
YUV 115.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 150 101 96 0 0.33 0.36 0.41 5.56 0.22 0.48
Hex 96 65 60 0 21 24 29 6 16 30
Octal 226 145 140 0 41 44 51 6 26 60
Binary 10010110 1100101 1100000 0 100001 100100 101001 110 10110 110000

Color Harmonies of #966560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966560

Black with #966560

Text Example


Text Example

White with #966560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966560; }

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

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

background-color css

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

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

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

border-color css

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

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

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