Html Css Color HEX #966561 Dark Chestnut

📋 copy color: '#966561'

red 150 ◦ green 101 ◦ blue 97

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

Shades of Dark Chestnut #966561

Tints of Dark Chestnut #966561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.87%

R = 43.1%
G = 29.02%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#966561 (or 0x966561) is known color: Dark Chestnut. HEX triplet: 96, 65 and 61. RGB value is (150,101,97). Sum of RGB (Red+Green+Blue) = 150+101+97=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #966561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966561 is #699A9E. Grayscale: #737373. Windows color (decimal): -6920863 or 6382998. OLE color: 6382998.

HSL color Cylindrical-coordinate representation of color #966561: hue angle of 4.53º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966561 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 101 97 -
CMYK 0 0.33 0.35 0.41
HSL 4.53º 0.21% 0.48% -
HSV(B) 4.53º 0.35% 0.59% -
XYZ 19.39 16.65 13.5 -
YUV 115.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 150 101 97 0 0.33 0.35 0.41 4.53 0.21 0.48
Hex 96 65 61 0 21 23 29 5 15 30
Octal 226 145 141 0 41 43 51 5 25 60
Binary 10010110 1100101 1100001 0 100001 100011 101001 101 10101 110000

Color Harmonies of #966561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966561

Black with #966561

Text Example


Text Example

White with #966561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966561; }

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

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

background-color css

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

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

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

border-color css

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

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

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