#6C7849

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

Shades of Siam #6C7849

Tints of Siam #6C7849

Color information

#6C7849 (or 0x6C7849) is unknown color: approx Siam. HEX triplet: 6C, 78 and 49. RGB value is (108,120,73). Sum of RGB (Red+Green+Blue) = 108+120+73=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #6C7849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7849 is #9387B6. Grayscale: #6F6F6F. Windows color (decimal): -9668535 or 4814956. OLE color: 4814956.

HSL color Cylindrical-coordinate representation of color #6C7849: hue angle of 75.32º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C7849 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB10812073-
CMYK0.1000.390.53
HSL75.32º24.35%37.84%-
HSV(B)75.32º39.17%47.06%-
XYZ14.117.18.86-
YUV111.05106.52125.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.88%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 73 (28.91% from 255) = 24.25%
R=35.88%
G=39.87%
B=24.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108120730.1000.390.5375.3224.3537.84
Hex6C7849A027354b1826
Octal15417011112047651133046
Binary11011001111000100100110100100111110101100101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,120,73); }

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

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

 a { background-color: rgb(108,120,73); }

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

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

 span { border-color: rgb(108,120,73); }

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