#6D7058

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

Shades of Siam #6D7058

Tints of Siam #6D7058

Color information

#6D7058 (or 0x6D7058) is unknown color: approx Siam. HEX triplet: 6D, 70 and 58. RGB value is (109,112,88). Sum of RGB (Red+Green+Blue) = 109+112+88=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7058 is #928FA7. Grayscale: #6C6C6C. Windows color (decimal): -9605032 or 5795949. OLE color: 5795949.

HSL color Cylindrical-coordinate representation of color #6D7058: hue angle of 67.5º degrees, saturation: 0.12, 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 #6D7058 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB10911288-
CMYK0.0300.210.56
HSL67.5º12%39.22%-
HSV(B)67.5º21.43%43.92%-
XYZ13.8615.5411.5-
YUV108.37116.51128.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.28%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 88 (34.77% from 255) = 28.48%
R=35.28%
G=36.25%
B=28.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112880.0300.210.5667.51239.22
Hex6D705830153844c27
Octal1551601303025701041447
Binary1101101111000010110001101010111100010001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,88); }

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

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

 a { background-color: rgb(109,112,88); }

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

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

 span { border-color: rgb(109,112,88); }

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