Html Css Color HEX #956E67 Dark Chestnut

📋 copy color: '#956E67'

red 149 ◦ green 110 ◦ blue 103

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

Shades of Dark Chestnut #956E67

Tints of Dark Chestnut #956E67

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.39%

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

R = 41.16%
G = 30.39%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#956E67 (or 0x956E67) is known color: Dark Chestnut. HEX triplet: 95, 6E and 67. RGB value is (149,110,103). Sum of RGB (Red+Green+Blue) = 149+110+103=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #956E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E67 is #6A9198. Grayscale: #787878. Windows color (decimal): -6984089 or 6778517. OLE color: 6778517.

HSL color Cylindrical-coordinate representation of color #956E67: hue angle of 9.13º 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 #956E67 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 110 103 -
CMYK 0 0.26 0.31 0.42
HSL 9.13º 0.18% 0.49% -
HSV(B) 9.13º 0.31% 0.58% -
XYZ 20.42 18.52 15.33 -
YUV 120.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 149 110 103 0 0.26 0.31 0.42 9.13 0.18 0.49
Hex 95 6E 67 0 1A 1F 2A 9 12 31
Octal 225 156 147 0 32 37 52 11 22 61
Binary 10010101 1101110 1100111 0 11010 11111 101010 1001 10010 110001

Color Harmonies of #956E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E67

Black with #956E67

Text Example


Text Example

White with #956E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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