#88664D

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

Shades of Leather #88664D

Tints of Leather #88664D

Color information

#88664D (or 0x88664D) is unknown color: approx Leather. HEX triplet: 88, 66 and 4D. RGB value is (136,102,77). Sum of RGB (Red+Green+Blue) = 136+102+77=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88664D is #7799B2. Grayscale: #6D6D6D. Windows color (decimal): -7838131 or 5072520. OLE color: 5072520.

HSL color Cylindrical-coordinate representation of color #88664D: hue angle of 25.42º degrees, saturation: 0.28, 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 #88664D is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB13610277-
CMYK00.250.430.47
HSL25.42º27.7%41.76%-
HSV(B)25.42º43.38%53.33%-
XYZ16.2415.279.11-
YUV109.32109.76147.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 77 (30.47% from 255) = 24.44%
R=43.17%
G=32.38%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361027700.250.430.4725.4227.741.76
Hex88664D0192B2F191c2a
Octal2101461150315357313452
Binary10001000110011010011010110011010111011111100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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