Html Css Color HEX #956857 Leather

📋 copy color: '#956857'

red 149 ◦ green 104 ◦ blue 87

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

Shades of Leather #956857

Tints of Leather #956857

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

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

R = 43.82%
G = 30.59%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#956857 (or 0x956857) is known color: Leather. HEX triplet: 95, 68 and 57. RGB value is (149,104,87). Sum of RGB (Red+Green+Blue) = 149+104+87=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #956857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956857 is #6A97A8. Grayscale: #737373. Windows color (decimal): -6985641 or 5728405. OLE color: 5728405.

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

Color convert

RGB 149 104 87 -
CMYK 0 0.30 0.42 0.42
HSL 16.45º 0.26% 0.46% -
HSV(B) 16.45º 0.42% 0.58% -
XYZ 19.07 16.98 11.29 -
YUV 115.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 149 104 87 0 0.30 0.42 0.42 16.45 0.26 0.46
Hex 95 68 57 0 1E 2A 2A 10 1A 2E
Octal 225 150 127 0 36 52 52 20 32 56
Binary 10010101 1101000 1010111 0 11110 101010 101010 10000 11010 101110

Color Harmonies of #956857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956857

Black with #956857

Text Example


Text Example

White with #956857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956857; }

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

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

background-color css

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

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

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

border-color css

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

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

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