Html Css Color HEX #966259 Dark Chestnut

📋 copy color: '#966259'

red 150 ◦ green 98 ◦ blue 89

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

Shades of Dark Chestnut #966259

Tints of Dark Chestnut #966259

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.08%

 BLUE value IS 89 (35.16% from 255) = 26.41%

R = 44.51%
G = 29.08%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#966259 (or 0x966259) is known color: Dark Chestnut. HEX triplet: 96, 62 and 59. RGB value is (150,98,89). Sum of RGB (Red+Green+Blue) = 150+98+89=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #966259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966259 is #699DA6. Grayscale: #707070. Windows color (decimal): -6921639 or 5857942. OLE color: 5857942.

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

Color convert

RGB 150 98 89 -
CMYK 0 0.35 0.41 0.41
HSL 8.85º 0.26% 0.47% -
HSV(B) 8.85º 0.41% 0.59% -
XYZ 18.75 15.94 11.54 -
YUV 112.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 150 98 89 0 0.35 0.41 0.41 8.85 0.26 0.47
Hex 96 62 59 0 23 29 29 9 1A 2F
Octal 226 142 131 0 43 51 51 11 32 57
Binary 10010110 1100010 1011001 0 100011 101001 101001 1001 11010 101111

Color Harmonies of #966259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966259

Black with #966259

Text Example


Text Example

White with #966259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966259; }

 p { color: rgb(150,98,89); }

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

background-color css

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

 a { background-color: rgb(150,98,89); }

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

border-color css

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

 span { border-color: rgb(150,98,89); }

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