#6B7049

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

Shades of Siam #6B7049

Tints of Siam #6B7049

Color information

#6B7049 (or 0x6B7049) is unknown color: approx Siam. HEX triplet: 6B, 70 and 49. RGB value is (107,112,73). Sum of RGB (Red+Green+Blue) = 107+112+73=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7049 is #948FB6. Grayscale: #6A6A6A. Windows color (decimal): -9736119 or 4812907. OLE color: 4812907.

HSL color Cylindrical-coordinate representation of color #6B7049: hue angle of 67.69º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B7049 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB10711273-
CMYK0.0400.350.56
HSL67.69º21.08%36.27%-
HSV(B)67.69º34.82%43.92%-
XYZ13.0615.28.55-
YUV106.06109.34128.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.64%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 73 (28.91% from 255) = 25%
R=36.64%
G=38.36%
B=25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107112730.0400.350.5667.6921.0836.27
Hex6B7049402338441524
Octal1531601114043701042544
Binary1101011111000010010011000100011111000100010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,112,73); }

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

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

 a { background-color: rgb(107,112,73); }

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

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

 span { border-color: rgb(107,112,73); }

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