#8C6E4E

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

Shades of Cement #8C6E4E

Tints of Cement #8C6E4E

Color information

#8C6E4E (or 0x8C6E4E) is unknown color: approx Cement. HEX triplet: 8C, 6E and 4E. RGB value is (140,110,78). Sum of RGB (Red+Green+Blue) = 140+110+78=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6E4E is #7391B1. Grayscale: #737373. Windows color (decimal): -7573938 or 5140108. OLE color: 5140108.

HSL color Cylindrical-coordinate representation of color #8C6E4E: hue angle of 30.97º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C6E4E is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB14011078-
CMYK00.210.440.45
HSL30.97º28.44%42.75%-
HSV(B)30.97º44.29%54.9%-
XYZ17.7717.289.61-
YUV115.32106.94145.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.68%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=42.68%
G=33.54%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401107800.210.440.4530.9728.4442.75
Hex8C6E4E0152C2D1f1c2b
Octal2141561160255455373453
Binary10001100110111010011100101011011001011011111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,110,78); }

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

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

 a { background-color: rgb(140,110,78); }

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

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

 span { border-color: rgb(140,110,78); }

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