#6C7059

Color #6C7059 Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #6C7059

Tints of Siam #6C7059

Color information

#6C7059 (or 0x6C7059) is unknown color: approx Siam. HEX triplet: 6C, 70 and 59. RGB value is (108,112,89). Sum of RGB (Red+Green+Blue) = 108+112+89=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7059 is #938FA6. Grayscale: #6C6C6C. Windows color (decimal): -9670567 or 5861484. OLE color: 5861484.

HSL color Cylindrical-coordinate representation of color #6C7059: hue angle of 70.43º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C7059 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB10811289-
CMYK0.0400.210.56
HSL70.43º11.44%39.41%-
HSV(B)70.43º20.54%43.92%-
XYZ13.7815.511.72-
YUV108.18117.17127.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.95%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 89 (35.16% from 255) = 28.80%
R=34.95%
G=36.25%
B=28.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108112890.0400.210.5670.4311.4439.41
Hex6C705940153846b27
Octal1541601314025701061347
Binary11011001110000101100110001010111100010001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C7059; }

 p { color: rgb(108,112,89); }

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

<style>
 a { background-color: #6C7059; }

 a { background-color: rgb(108,112,89); }

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

<style>
 span { border-color: #6C7059; }

 span { border-color: rgb(108,112,89); }

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