#8C674A

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

Shades of Leather #8C674A

Tints of Leather #8C674A

Color information

#8C674A (or 0x8C674A) is unknown color: approx Leather. HEX triplet: 8C, 67 and 4A. RGB value is (140,103,74). Sum of RGB (Red+Green+Blue) = 140+103+74=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C674A is #7398B5. Grayscale: #6E6E6E. Windows color (decimal): -7575734 or 4876172. OLE color: 4876172.

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

Color convert

RGB14010374-
CMYK00.260.470.45
HSL26.36º30.84%41.96%-
HSV(B)26.36º47.14%54.9%-
XYZ16.915.778.63-
YUV110.76107.26148.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.16%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=44.16%
G=32.49%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401037400.260.470.4526.3630.8441.96
Hex8C674A01A2F2D1a1f2a
Octal2141471120325755323752
Binary10001100110011110010100110101011111011011101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,103,74); }

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

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

 a { background-color: rgb(140,103,74); }

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

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

 span { border-color: rgb(140,103,74); }

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