#88694D

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

Shades of Leather #88694D

Tints of Leather #88694D

Color information

#88694D (or 0x88694D) is unknown color: approx Leather. HEX triplet: 88, 69 and 4D. RGB value is (136,105,77). Sum of RGB (Red+Green+Blue) = 136+105+77=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #88694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88694D is #7796B2. Grayscale: #6F6F6F. Windows color (decimal): -7837363 or 5073288. OLE color: 5073288.

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

Color convert

RGB13610577-
CMYK00.230.430.47
HSL28.47º27.7%41.76%-
HSV(B)28.47º43.38%53.33%-
XYZ16.5415.879.21-
YUV111.08108.77145.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 77 (30.47% from 255) = 24.21%
R=42.77%
G=33.02%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361057700.230.430.4728.4727.741.76
Hex88694D0172B2F1c1c2a
Octal2101511150275357343452
Binary10001000110100110011010101111010111011111110011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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