#6F7849

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

Shades of Siam #6F7849

Tints of Siam #6F7849

Color information

#6F7849 (or 0x6F7849) is unknown color: approx Siam. HEX triplet: 6F, 78 and 49. RGB value is (111,120,73). Sum of RGB (Red+Green+Blue) = 111+120+73=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 120 - color contains mainly: green. Hex color #6F7849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7849 is #9087B6. Grayscale: #707070. Windows color (decimal): -9471927 or 4814959. OLE color: 4814959.

HSL color Cylindrical-coordinate representation of color #6F7849: hue angle of 71.49º 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 #6F7849 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB11112073-
CMYK0.0800.390.53
HSL71.49º24.35%37.84%-
HSV(B)71.49º39.17%47.06%-
XYZ14.4717.298.88-
YUV111.95106.02127.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.51%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=36.51%
G=39.47%
B=24.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111120730.0800.390.5371.4924.3537.84
Hex6F7849802735471826
Octal15717011110047651073046
Binary11011111111000100100110000100111110101100011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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