#88664F

Color #88664F Leather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Leather #88664F

Tints of Leather #88664F

Color information

#88664F (or 0x88664F) is unknown color: approx Leather. HEX triplet: 88, 66 and 4F. RGB value is (136,102,79). Sum of RGB (Red+Green+Blue) = 136+102+79=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #88664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88664F is #7799B0. Grayscale: #6D6D6D. Windows color (decimal): -7838129 or 5203592. OLE color: 5203592.

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

Color convert

RGB13610279-
CMYK00.250.420.47
HSL24.21º26.51%42.16%-
HSV(B)24.21º41.91%53.33%-
XYZ16.3215.39.49-
YUV109.54110.76146.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=42.90%
G=32.18%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361027900.250.420.4724.2126.5142.16
Hex88664F0192A2F181b2a
Octal2101461170315257303352
Binary10001000110011010011110110011010101011111100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88664F; }

 p { color: rgb(136,102,79); }

 H1.HeaderClassName
 {
   color: #88664F;
 }
 .AnyTagClassName
 {
   color: #88664F;
 }
</style>
background-color css

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

 a { background-color: rgb(136,102,79); }

 div.DivClassName
 {
   background-color: #88664F;
 }
 .BgClassName
 {
   background-color: #88664F;
 }
</style>
border-color css

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

 span { border-color: rgb(136,102,79); }

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