Html Css Color HEX #87664D Leather

📋 copy color: '#87664D'

red 135 ◦ green 102 ◦ blue 77

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

Shades of Leather #87664D

Tints of Leather #87664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.48%

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 42.99%
G = 32.48%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#87664D (or 0x87664D) is known color: Leather. HEX triplet: 87, 66 and 4D. RGB value is (135,102,77). Sum of RGB (Red+Green+Blue) = 135+102+77=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #87664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87664D is #7899B2. Grayscale: #6D6D6D. Windows color (decimal): -7903667 or 5072519. OLE color: 5072519.

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

Color convert

RGB 135 102 77 -
CMYK 0 0.24 0.43 0.47
HSL 25.86º 0.27% 0.42% -
HSV(B) 25.86º 0.43% 0.53% -
XYZ 16.08 15.19 9.11 -
YUV 109.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 135 102 77 0 0.24 0.43 0.47 25.86 0.27 0.42
Hex 87 66 4D 0 18 2B 2F 1A 1B 2A
Octal 207 146 115 0 30 53 57 32 33 52
Binary 10000111 1100110 1001101 0 11000 101011 101111 11010 11011 101010

Color Harmonies of #87664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87664D

Black with #87664D

Text Example


Text Example

White with #87664D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87664D; }

 p { color: rgb(135,102,77); }

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

background-color css

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

 a { background-color: rgb(135,102,77); }

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

border-color css

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

 span { border-color: rgb(135,102,77); }

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