#8B6D4E

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

Shades of Cement #8B6D4E

Tints of Cement #8B6D4E

Color information

#8B6D4E (or 0x8B6D4E) is unknown color: approx Cement. HEX triplet: 8B, 6D and 4E. RGB value is (139,109,78). Sum of RGB (Red+Green+Blue) = 139+109+78=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D4E is #7492B1. Grayscale: #727272. Windows color (decimal): -7639730 or 5139851. OLE color: 5139851.

HSL color Cylindrical-coordinate representation of color #8B6D4E: hue angle of 30.49º 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 #8B6D4E is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB13910978-
CMYK00.220.440.45
HSL30.49º28.11%42.55%-
HSV(B)30.49º43.88%54.51%-
XYZ17.4916.989.56-
YUV114.44107.44145.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.64%
GREEN value IS 109 (42.97% from 255) = 33.44%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=42.64%
G=33.44%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391097800.220.440.4530.4928.1142.55
Hex8B6D4E0162C2D1e1c2b
Octal2131551160265455363453
Binary10001011110110110011100101101011001011011111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,109,78); }

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

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

 a { background-color: rgb(139,109,78); }

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

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

 span { border-color: rgb(139,109,78); }

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