#806C54

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

Shades of Cement #806C54

Tints of Cement #806C54

Color information

#806C54 (or 0x806C54) is unknown color: approx Cement. HEX triplet: 80, 6C and 54. RGB value is (128,108,84). Sum of RGB (Red+Green+Blue) = 128+108+84=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #806C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C54 is #7F93AB. Grayscale: #6F6F6F. Windows color (decimal): -8360876 or 5532800. OLE color: 5532800.

HSL color Cylindrical-coordinate representation of color #806C54: hue angle of 32.73º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #806C54 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB12810884-
CMYK00.160.340.50
HSL32.73º20.75%41.57%-
HSV(B)32.73º34.38%50.2%-
XYZ15.8615.9510.63-
YUV111.24112.63139.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40%
GREEN value IS 108 (42.58% from 255) = 33.75%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=40%
G=33.75%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281088400.160.340.5032.7320.7541.57
Hex806C54010223221152a
Octal2001541240204262412552
Binary100000001101100101010001000010001011001010000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806C54; }

 p { color: rgb(128,108,84); }

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

<style>
 a { background-color: #806C54; }

 a { background-color: rgb(128,108,84); }

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

<style>
 span { border-color: #806C54; }

 span { border-color: rgb(128,108,84); }

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