#6D7051

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

Shades of Siam #6D7051

Tints of Siam #6D7051

Color information

#6D7051 (or 0x6D7051) is unknown color: approx Siam. HEX triplet: 6D, 70 and 51. RGB value is (109,112,81). Sum of RGB (Red+Green+Blue) = 109+112+81=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7051 is #928FAE. Grayscale: #6B6B6B. Windows color (decimal): -9605039 or 5337197. OLE color: 5337197.

HSL color Cylindrical-coordinate representation of color #6D7051: hue angle of 65.81º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D7051 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB10911281-
CMYK0.0300.280.56
HSL65.81º16.06%37.84%-
HSV(B)65.81º27.68%43.92%-
XYZ13.5915.4310.05-
YUV107.57113.01129.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.09%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 81 (32.03% from 255) = 26.82%
R=36.09%
G=37.09%
B=26.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112810.0300.280.5665.8116.0637.84
Hex6D7051301C38421026
Octal1551601213034701022046
Binary11011011110000101000111011100111000100001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,81); }

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

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

 a { background-color: rgb(109,112,81); }

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

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

 span { border-color: rgb(109,112,81); }

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