Html Css Color HEX #957066 Dark Chestnut

📋 copy color: '#957066'

red 149 ◦ green 112 ◦ blue 102

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

Shades of Dark Chestnut #957066

Tints of Dark Chestnut #957066

RGB

 RED value IS 149 (58.59% from 255) = 41.05%

 GREEN value IS 112 (44.14% from 255) = 30.85%

 BLUE value IS 102 (40.23% from 255) = 28.1%

R = 41.05%
G = 30.85%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#957066 (or 0x957066) is known color: Dark Chestnut. HEX triplet: 95, 70 and 66. RGB value is (149,112,102). Sum of RGB (Red+Green+Blue) = 149+112+102=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #957066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957066 is #6A8F99. Grayscale: #7A7A7A. Windows color (decimal): -6983578 or 6713493. OLE color: 6713493.

HSL color Cylindrical-coordinate representation of color #957066: hue angle of 12.77º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #957066 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 102 -
CMYK 0 0.25 0.32 0.42
HSL 12.77º 0.19% 0.49% -
HSV(B) 12.77º 0.32% 0.58% -
XYZ 20.59 18.94 15.14 -
YUV 121.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 149 112 102 0 0.25 0.32 0.42 12.77 0.19 0.49
Hex 95 70 66 0 19 20 2A D 13 31
Octal 225 160 146 0 31 40 52 15 23 61
Binary 10010101 1110000 1100110 0 11001 100000 101010 1101 10011 110001

Color Harmonies of #957066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957066

Black with #957066

Text Example


Text Example

White with #957066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957066; }

 p { color: rgb(149,112,102); }

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

background-color css

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

 a { background-color: rgb(149,112,102); }

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

border-color css

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

 span { border-color: rgb(149,112,102); }

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