#6C7546

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

Shades of Siam #6C7546

Tints of Siam #6C7546

Color information

#6C7546 (or 0x6C7546) is unknown color: approx Siam. HEX triplet: 6C, 75 and 46. RGB value is (108,117,70). Sum of RGB (Red+Green+Blue) = 108+117+70=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7546 is #938AB9. Grayscale: #6D6D6D. Windows color (decimal): -9669306 or 4617580. OLE color: 4617580.

HSL color Cylindrical-coordinate representation of color #6C7546: hue angle of 71.49º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C7546 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB10811770-
CMYK0.0800.400.54
HSL71.49º25.13%36.67%-
HSV(B)71.49º40.17%45.88%-
XYZ13.6516.358.23-
YUV108.95106.02127.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.61%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 70 (27.73% from 255) = 23.73%
R=36.61%
G=39.66%
B=23.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108117700.0800.400.5471.4925.1336.67
Hex6C7546802836471925
Octal15416510610050661073145
Binary11011001110101100011010000101000110110100011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,117,70); }

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

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

 a { background-color: rgb(108,117,70); }

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

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

 span { border-color: rgb(108,117,70); }

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