Html Css Color HEX #956C55 Leather

📋 copy color: '#956C55'

red 149 ◦ green 108 ◦ blue 85

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

Shades of Leather #956C55

Tints of Leather #956C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.85%

R = 43.57%
G = 31.58%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#956C55 (or 0x956C55) is known color: Leather. HEX triplet: 95, 6C and 55. RGB value is (149,108,85). Sum of RGB (Red+Green+Blue) = 149+108+85=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #956C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C55 is #6A93AA. Grayscale: #757575. Windows color (decimal): -6984619 or 5598357. OLE color: 5598357.

HSL color Cylindrical-coordinate representation of color #956C55: hue angle of 21.56º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #956C55 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 108 85 -
CMYK 0 0.28 0.43 0.42
HSL 21.56º 0.27% 0.46% -
HSV(B) 21.56º 0.43% 0.58% -
XYZ 19.4 17.77 11 -
YUV 117.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 149 108 85 0 0.28 0.43 0.42 21.56 0.27 0.46
Hex 95 6C 55 0 1C 2B 2A 16 1B 2E
Octal 225 154 125 0 34 53 52 26 33 56
Binary 10010101 1101100 1010101 0 11100 101011 101010 10110 11011 101110

Color Harmonies of #956C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C55

Black with #956C55

Text Example


Text Example

White with #956C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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