Html Css Color HEX #956C65 Dark Chestnut

📋 copy color: '#956C65'

red 149 ◦ green 108 ◦ blue 101

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

Shades of Dark Chestnut #956C65

Tints of Dark Chestnut #956C65

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

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

R = 41.62%
G = 30.17%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#956C65 (or 0x956C65) is known color: Dark Chestnut. HEX triplet: 95, 6C and 65. RGB value is (149,108,101). Sum of RGB (Red+Green+Blue) = 149+108+101=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #956C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C65 is #6A939A. Grayscale: #777777. Windows color (decimal): -6984603 or 6646933. OLE color: 6646933.

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

Color convert

RGB 149 108 101 -
CMYK 0 0.28 0.32 0.42
HSL 8.75º 0.19% 0.49% -
HSV(B) 8.75º 0.32% 0.58% -
XYZ 20.11 18.05 14.74 -
YUV 119.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 149 108 101 0 0.28 0.32 0.42 8.75 0.19 0.49
Hex 95 6C 65 0 1C 20 2A 9 13 31
Octal 225 154 145 0 34 40 52 11 23 61
Binary 10010101 1101100 1100101 0 11100 100000 101010 1001 10011 110001

Color Harmonies of #956C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C65

Black with #956C65

Text Example


Text Example

White with #956C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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