Html Css Color HEX #876A5B Leather

📋 copy color: '#876A5B'

red 135 ◦ green 106 ◦ blue 91

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

Shades of Leather #876A5B

Tints of Leather #876A5B

RGB

 RED value IS 135 (53.13% from 255) = 40.66%

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

 BLUE value IS 91 (35.94% from 255) = 27.41%

R = 40.66%
G = 31.93%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#876A5B (or 0x876A5B) is known color: Leather. HEX triplet: 87, 6A and 5B. RGB value is (135,106,91). Sum of RGB (Red+Green+Blue) = 135+106+91=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #876A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A5B is #7895A4. Grayscale: #717171. Windows color (decimal): -7902629 or 5991047. OLE color: 5991047.

HSL color Cylindrical-coordinate representation of color #876A5B: hue angle of 20.45º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #876A5B is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 106 91 -
CMYK 0 0.21 0.33 0.47
HSL 20.45º 0.19% 0.44% -
HSV(B) 20.45º 0.33% 0.53% -
XYZ 17.03 16.21 12.13 -
YUV 112.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 135 106 91 0 0.21 0.33 0.47 20.45 0.19 0.44
Hex 87 6A 5B 0 15 21 2F 14 13 2C
Octal 207 152 133 0 25 41 57 24 23 54
Binary 10000111 1101010 1011011 0 10101 100001 101111 10100 10011 101100

Color Harmonies of #876A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876A5B

Black with #876A5B

Text Example


Text Example

White with #876A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876A5B; }

 p { color: rgb(135,106,91); }

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

background-color css

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

 a { background-color: rgb(135,106,91); }

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

border-color css

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

 span { border-color: rgb(135,106,91); }

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