Html Css Color HEX #966963 Dark Chestnut

📋 copy color: '#966963'

red 150 ◦ green 105 ◦ blue 99

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

Shades of Dark Chestnut #966963

Tints of Dark Chestnut #966963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.66%

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

R = 42.37%
G = 29.66%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#966963 (or 0x966963) is known color: Dark Chestnut. HEX triplet: 96, 69 and 63. RGB value is (150,105,99). Sum of RGB (Red+Green+Blue) = 150+105+99=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #966963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966963 is #69969C. Grayscale: #757575. Windows color (decimal): -6919837 or 6515094. OLE color: 6515094.

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

Color convert

RGB 150 105 99 -
CMYK 0 0.30 0.34 0.41
HSL 7.06º 0.2% 0.49% -
HSV(B) 7.06º 0.34% 0.59% -
XYZ 19.88 17.49 14.13 -
YUV 117.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 150 105 99 0 0.30 0.34 0.41 7.06 0.2 0.49
Hex 96 69 63 0 1E 22 29 7 14 31
Octal 226 151 143 0 36 42 51 7 24 61
Binary 10010110 1101001 1100011 0 11110 100010 101001 111 10100 110001

Color Harmonies of #966963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966963

Black with #966963

Text Example


Text Example

White with #966963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966963; }

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

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

background-color css

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

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

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

border-color css

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

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

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