Html Css Color HEX #966A5D Dark Chestnut

📋 copy color: '#966A5D'

red 150 ◦ green 106 ◦ blue 93

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

Shades of Dark Chestnut #966A5D

Tints of Dark Chestnut #966A5D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.37%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 42.98%
G = 30.37%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#966A5D (or 0x966A5D) is known color: Dark Chestnut. HEX triplet: 96, 6A and 5D. RGB value is (150,106,93). Sum of RGB (Red+Green+Blue) = 150+106+93=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #966A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966A5D is #6995A2. Grayscale: #757575. Windows color (decimal): -6919587 or 6122134. OLE color: 6122134.

HSL color Cylindrical-coordinate representation of color #966A5D: hue angle of 13.68º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #966A5D is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 106 93 -
CMYK 0 0.29 0.38 0.41
HSL 13.68º 0.23% 0.48% -
HSV(B) 13.68º 0.38% 0.59% -
XYZ 19.71 17.58 12.71 -
YUV 117.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 150 106 93 0 0.29 0.38 0.41 13.68 0.23 0.48
Hex 96 6A 5D 0 1D 26 29 E 17 30
Octal 226 152 135 0 35 46 51 16 27 60
Binary 10010110 1101010 1011101 0 11101 100110 101001 1110 10111 110000

Color Harmonies of #966A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A5D

Black with #966A5D

Text Example


Text Example

White with #966A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966A5D; }

 p { color: rgb(150,106,93); }

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

background-color css

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

 a { background-color: rgb(150,106,93); }

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

border-color css

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

 span { border-color: rgb(150,106,93); }

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