Html Css Color HEX #956B56 Leather

📋 copy color: '#956B56'

red 149 ◦ green 107 ◦ blue 86

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

Shades of Leather #956B56

Tints of Leather #956B56

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.29%

 BLUE value IS 86 (33.98% from 255) = 25.15%

R = 43.57%
G = 31.29%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#956B56 (or 0x956B56) is known color: Leather. HEX triplet: 95, 6B and 56. RGB value is (149,107,86). Sum of RGB (Red+Green+Blue) = 149+107+86=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #956B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B56 is #6A94A9. Grayscale: #757575. Windows color (decimal): -6984874 or 5663637. OLE color: 5663637.

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

Color convert

RGB 149 107 86 -
CMYK 0 0.28 0.42 0.42
HSL 20º 0.27% 0.46% -
HSV(B) 20º 0.42% 0.58% -
XYZ 19.33 17.58 11.18 -
YUV 117.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 149 107 86 0 0.28 0.42 0.42 20 0.27 0.46
Hex 95 6B 56 0 1C 2A 2A 14 1B 2E
Octal 225 153 126 0 34 52 52 24 33 56
Binary 10010101 1101011 1010110 0 11100 101010 101010 10100 11011 101110

Color Harmonies of #956B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B56

Black with #956B56

Text Example


Text Example

White with #956B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,107,86); }

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

background-color css

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

 a { background-color: rgb(149,107,86); }

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

border-color css

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

 span { border-color: rgb(149,107,86); }

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