Html Css Color HEX #956A57 Leather

📋 copy color: '#956A57'

red 149 ◦ green 106 ◦ blue 87

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

Shades of Leather #956A57

Tints of Leather #956A57

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.99%

 BLUE value IS 87 (34.38% from 255) = 25.44%

R = 43.57%
G = 30.99%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#956A57 (or 0x956A57) is known color: Leather. HEX triplet: 95, 6A and 57. RGB value is (149,106,87). Sum of RGB (Red+Green+Blue) = 149+106+87=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #956A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956A57 is #6A95A8. Grayscale: #747474. Windows color (decimal): -6985129 or 5728917. OLE color: 5728917.

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

Color convert

RGB 149 106 87 -
CMYK 0 0.29 0.42 0.42
HSL 18.39º 0.26% 0.46% -
HSV(B) 18.39º 0.42% 0.58% -
XYZ 19.27 17.39 11.36 -
YUV 116.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 149 106 87 0 0.29 0.42 0.42 18.39 0.26 0.46
Hex 95 6A 57 0 1D 2A 2A 12 1A 2E
Octal 225 152 127 0 35 52 52 22 32 56
Binary 10010101 1101010 1010111 0 11101 101010 101010 10010 11010 101110

Color Harmonies of #956A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A57

Black with #956A57

Text Example


Text Example

White with #956A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,106,87); }

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

background-color css

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

 a { background-color: rgb(149,106,87); }

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

border-color css

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

 span { border-color: rgb(149,106,87); }

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