#8A6E54

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

Shades of Cement #8A6E54

Tints of Cement #8A6E54

Color information

#8A6E54 (or 0x8A6E54) is unknown color: approx Cement. HEX triplet: 8A, 6E and 54. RGB value is (138,110,84). Sum of RGB (Red+Green+Blue) = 138+110+84=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6E54 is #7591AB. Grayscale: #737373. Windows color (decimal): -7705004 or 5533322. OLE color: 5533322.

HSL color Cylindrical-coordinate representation of color #8A6E54: hue angle of 28.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A6E54 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB13811084-
CMYK00.200.390.46
HSL28.89º24.32%43.53%-
HSV(B)28.89º39.13%54.12%-
XYZ17.6617.210.78-
YUV115.41110.28144.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.57%
GREEN value IS 110 (43.36% from 255) = 33.13%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=41.57%
G=33.13%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381108400.200.390.4628.8924.3243.53
Hex8A6E54014272E1d182c
Octal2121561240244756353054
Binary10001010110111010101000101001001111011101110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,110,84); }

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

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

 a { background-color: rgb(138,110,84); }

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

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

 span { border-color: rgb(138,110,84); }

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