Html Css Color HEX #956E65 Dark Chestnut

📋 copy color: '#956E65'

red 149 ◦ green 110 ◦ blue 101

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

Shades of Dark Chestnut #956E65

Tints of Dark Chestnut #956E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.06%

R = 41.39%
G = 30.56%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#956E65 (or 0x956E65) is known color: Dark Chestnut. HEX triplet: 95, 6E and 65. RGB value is (149,110,101). Sum of RGB (Red+Green+Blue) = 149+110+101=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #956E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E65 is #6A919A. Grayscale: #787878. Windows color (decimal): -6984091 or 6647445. OLE color: 6647445.

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

Color convert

RGB 149 110 101 -
CMYK 0 0.26 0.32 0.42
HSL 11.25º 0.19% 0.49% -
HSV(B) 11.25º 0.32% 0.58% -
XYZ 20.32 18.48 14.81 -
YUV 120.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 149 110 101 0 0.26 0.32 0.42 11.25 0.19 0.49
Hex 95 6E 65 0 1A 20 2A B 13 31
Octal 225 156 145 0 32 40 52 13 23 61
Binary 10010101 1101110 1100101 0 11010 100000 101010 1011 10011 110001

Color Harmonies of #956E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E65

Black with #956E65

Text Example


Text Example

White with #956E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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