#6D7055

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

Shades of Siam #6D7055

Tints of Siam #6D7055

Color information

#6D7055 (or 0x6D7055) is unknown color: approx Siam. HEX triplet: 6D, 70 and 55. RGB value is (109,112,85). Sum of RGB (Red+Green+Blue) = 109+112+85=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7055 is #928FAA. Grayscale: #6C6C6C. Windows color (decimal): -9605035 or 5599341. OLE color: 5599341.

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

Color convert

RGB10911285-
CMYK0.0300.240.56
HSL66.67º13.71%38.63%-
HSV(B)66.67º24.11%43.92%-
XYZ13.7415.510.86-
YUV108.02115.01128.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.62%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 85 (33.59% from 255) = 27.78%
R=35.62%
G=36.60%
B=27.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112850.0300.240.5666.6713.7138.63
Hex6D705530183843e27
Octal1551601253030701031647
Binary1101101111000010101011101100011100010000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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