#6E7053

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

Shades of Siam #6E7053

Tints of Siam #6E7053

Color information

#6E7053 (or 0x6E7053) is unknown color: approx Siam. HEX triplet: 6E, 70 and 53. RGB value is (110,112,83). Sum of RGB (Red+Green+Blue) = 110+112+83=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7053 is #918FAC. Grayscale: #6C6C6C. Windows color (decimal): -9539501 or 5468270. OLE color: 5468270.

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

Color convert

RGB11011283-
CMYK0.0200.260.56
HSL64.14º14.87%38.24%-
HSV(B)64.14º25.89%43.92%-
XYZ13.7915.5310.45-
YUV108.1113.84129.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.07%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 83 (32.81% from 255) = 27.21%
R=36.07%
G=36.72%
B=27.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110112830.0200.260.5664.1414.8738.24
Hex6E7053201A3840f26
Octal1561601232032701001746
Binary1101110111000010100111001101011100010000001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,112,83); }

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

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

 a { background-color: rgb(110,112,83); }

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

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

 span { border-color: rgb(110,112,83); }

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