#6C7055

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

Shades of Siam #6C7055

Tints of Siam #6C7055

Color information

#6C7055 (or 0x6C7055) is unknown color: approx Siam. HEX triplet: 6C, 70 and 55. RGB value is (108,112,85). Sum of RGB (Red+Green+Blue) = 108+112+85=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7055 is #938FAA. Grayscale: #6B6B6B. Windows color (decimal): -9670571 or 5599340. OLE color: 5599340.

HSL color Cylindrical-coordinate representation of color #6C7055: hue angle of 68.89º 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 #6C7055 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB10811285-
CMYK0.0400.240.56
HSL68.89º13.71%38.63%-
HSV(B)68.89º24.11%43.92%-
XYZ13.6215.4310.86-
YUV107.73115.17128.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.41%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 85 (33.59% from 255) = 27.87%
R=35.41%
G=36.72%
B=27.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108112850.0400.240.5668.8913.7138.63
Hex6C705540183845e27
Octal1541601254030701051647
Binary11011001110000101010110001100011100010001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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