#6D7552

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

Shades of Siam #6D7552

Tints of Siam #6D7552

Color information

#6D7552 (or 0x6D7552) is unknown color: approx Siam. HEX triplet: 6D, 75 and 52. RGB value is (109,117,82). Sum of RGB (Red+Green+Blue) = 109+117+82=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #6D7552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7552 is #928AAD. Grayscale: #6E6E6E. Windows color (decimal): -9603758 or 5404013. OLE color: 5404013.

HSL color Cylindrical-coordinate representation of color #6D7552: hue angle of 73.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D7552 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB10911782-
CMYK0.0700.300.54
HSL73.71º17.59%39.02%-
HSV(B)73.71º29.91%45.88%-
XYZ14.1916.5810.44-
YUV110.62111.85126.85-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.39%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=35.39%
G=37.99%
B=26.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109117820.0700.300.5473.7117.5939.02
Hex6D7552701E364a1227
Octal1551651227036661122247
Binary110110111101011010010111011110110110100101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,117,82); }

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

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

 a { background-color: rgb(109,117,82); }

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

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

 span { border-color: rgb(109,117,82); }

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