Html Css Color HEX #876955 Leather

📋 copy color: '#876955'

red 135 ◦ green 105 ◦ blue 85

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

Shades of Leather #876955

Tints of Leather #876955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.31%

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

R = 41.54%
G = 32.31%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#876955 (or 0x876955) is known color: Leather. HEX triplet: 87, 69 and 55. RGB value is (135,105,85). Sum of RGB (Red+Green+Blue) = 135+105+85=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #876955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876955 is #7896AA. Grayscale: #6F6F6F. Windows color (decimal): -7902891 or 5597575. OLE color: 5597575.

HSL color Cylindrical-coordinate representation of color #876955: hue angle of 24º 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 #876955 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 105 85 -
CMYK 0 0.22 0.37 0.47
HSL 24º 0.23% 0.43% -
HSV(B) 24º 0.37% 0.53% -
XYZ 16.68 15.91 10.79 -
YUV 111.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 135 105 85 0 0.22 0.37 0.47 24 0.23 0.43
Hex 87 69 55 0 16 25 2F 18 17 2B
Octal 207 151 125 0 26 45 57 30 27 53
Binary 10000111 1101001 1010101 0 10110 100101 101111 11000 10111 101011

Color Harmonies of #876955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876955

Black with #876955

Text Example


Text Example

White with #876955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876955; }

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

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

background-color css

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

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

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

border-color css

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

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

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