Html Css Color HEX #876855 Leather

📋 copy color: '#876855'

red 135 ◦ green 104 ◦ blue 85

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

Shades of Leather #876855

Tints of Leather #876855

RGB

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

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

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

R = 41.67%
G = 32.1%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#876855 (or 0x876855) is known color: Leather. HEX triplet: 87, 68 and 55. RGB value is (135,104,85). Sum of RGB (Red+Green+Blue) = 135+104+85=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #876855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876855 is #7897AA. Grayscale: #6F6F6F. Windows color (decimal): -7903147 or 5597319. OLE color: 5597319.

HSL color Cylindrical-coordinate representation of color #876855: hue angle of 22.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #876855 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 104 85 -
CMYK 0 0.23 0.37 0.47
HSL 22.8º 0.23% 0.43% -
HSV(B) 22.8º 0.37% 0.53% -
XYZ 16.58 15.71 10.75 -
YUV 111.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 135 104 85 0 0.23 0.37 0.47 22.8 0.23 0.43
Hex 87 68 55 0 17 25 2F 17 17 2B
Octal 207 150 125 0 27 45 57 27 27 53
Binary 10000111 1101000 1010101 0 10111 100101 101111 10111 10111 101011

Color Harmonies of #876855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876855

Black with #876855

Text Example


Text Example

White with #876855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876855; }

 p { color: rgb(135,104,85); }

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

background-color css

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

 a { background-color: rgb(135,104,85); }

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

border-color css

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

 span { border-color: rgb(135,104,85); }

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