#8C684B

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

Shades of Leather #8C684B

Tints of Leather #8C684B

Color information

#8C684B (or 0x8C684B) is unknown color: approx Leather. HEX triplet: 8C, 68 and 4B. RGB value is (140,104,75). Sum of RGB (Red+Green+Blue) = 140+104+75=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C684B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C684B is #7397B4. Grayscale: #6F6F6F. Windows color (decimal): -7575477 or 4941964. OLE color: 4941964.

HSL color Cylindrical-coordinate representation of color #8C684B: hue angle of 26.77º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C684B is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB14010475-
CMYK00.260.460.45
HSL26.77º30.23%42.16%-
HSV(B)26.77º46.43%54.9%-
XYZ17.0415.988.84-
YUV111.46107.43148.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.89%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=43.89%
G=32.60%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401047500.260.460.4526.7730.2342.16
Hex8C684B01A2E2D1b1e2a
Octal2141501130325655333652
Binary10001100110100010010110110101011101011011101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C684B; }

 p { color: rgb(140,104,75); }

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

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

 a { background-color: rgb(140,104,75); }

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

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

 span { border-color: rgb(140,104,75); }

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