Html Css Color HEX #957067 Dark Chestnut

📋 copy color: '#957067'

red 149 ◦ green 112 ◦ blue 103

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

Shades of Dark Chestnut #957067

Tints of Dark Chestnut #957067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.3%

R = 40.93%
G = 30.77%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#957067 (or 0x957067) is known color: Dark Chestnut. HEX triplet: 95, 70 and 67. RGB value is (149,112,103). Sum of RGB (Red+Green+Blue) = 149+112+103=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #957067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957067 is #6A8F98. Grayscale: #7A7A7A. Windows color (decimal): -6983577 or 6779029. OLE color: 6779029.

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

Color convert

RGB 149 112 103 -
CMYK 0 0.25 0.31 0.42
HSL 11.74º 0.18% 0.49% -
HSV(B) 11.74º 0.31% 0.58% -
XYZ 20.64 18.96 15.4 -
YUV 122.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 149 112 103 0 0.25 0.31 0.42 11.74 0.18 0.49
Hex 95 70 67 0 19 1F 2A C 12 31
Octal 225 160 147 0 31 37 52 14 22 61
Binary 10010101 1110000 1100111 0 11001 11111 101010 1100 10010 110001

Color Harmonies of #957067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957067

Black with #957067

Text Example


Text Example

White with #957067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957067; }

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

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

background-color css

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

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

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

border-color css

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

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

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