Html Css Color HEX #966861 Dark Chestnut

📋 copy color: '#966861'

red 150 ◦ green 104 ◦ blue 97

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

Shades of Dark Chestnut #966861

Tints of Dark Chestnut #966861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.63%

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

R = 42.74%
G = 29.63%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#966861 (or 0x966861) is known color: Dark Chestnut. HEX triplet: 96, 68 and 61. RGB value is (150,104,97). Sum of RGB (Red+Green+Blue) = 150+104+97=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #966861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966861 is #69979E. Grayscale: #757575. Windows color (decimal): -6920095 or 6383766. OLE color: 6383766.

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

Color convert

RGB 150 104 97 -
CMYK 0 0.31 0.35 0.41
HSL 7.92º 0.21% 0.48% -
HSV(B) 7.92º 0.35% 0.59% -
XYZ 19.69 17.25 13.6 -
YUV 116.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 150 104 97 0 0.31 0.35 0.41 7.92 0.21 0.48
Hex 96 68 61 0 1F 23 29 8 15 30
Octal 226 150 141 0 37 43 51 10 25 60
Binary 10010110 1101000 1100001 0 11111 100011 101001 1000 10101 110000

Color Harmonies of #966861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966861

Black with #966861

Text Example


Text Example

White with #966861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966861; }

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

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

background-color css

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

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

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

border-color css

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

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

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