Html Css Color HEX #966863 Dark Chestnut

📋 copy color: '#966863'

red 150 ◦ green 104 ◦ blue 99

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

Shades of Dark Chestnut #966863

Tints of Dark Chestnut #966863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.05%

R = 42.49%
G = 29.46%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#966863 (or 0x966863) is known color: Dark Chestnut. HEX triplet: 96, 68 and 63. RGB value is (150,104,99). Sum of RGB (Red+Green+Blue) = 150+104+99=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #966863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966863 is #69979C. Grayscale: #757575. Windows color (decimal): -6920093 or 6514838. OLE color: 6514838.

HSL color Cylindrical-coordinate representation of color #966863: hue angle of 5.88º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #966863 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 99 -
CMYK 0 0.31 0.34 0.41
HSL 5.88º 0.2% 0.49% -
HSV(B) 5.88º 0.34% 0.59% -
XYZ 19.78 17.29 14.1 -
YUV 117.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 150 104 99 0 0.31 0.34 0.41 5.88 0.2 0.49
Hex 96 68 63 0 1F 22 29 6 14 31
Octal 226 150 143 0 37 42 51 6 24 61
Binary 10010110 1101000 1100011 0 11111 100010 101001 110 10100 110001

Color Harmonies of #966863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966863

Black with #966863

Text Example


Text Example

White with #966863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966863; }

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

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

background-color css

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

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

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

border-color css

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

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

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