#6A7056

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

Shades of Siam #6A7056

Tints of Siam #6A7056

Color information

#6A7056 (or 0x6A7056) is unknown color: approx Siam. HEX triplet: 6A, 70 and 56. RGB value is (106,112,86). Sum of RGB (Red+Green+Blue) = 106+112+86=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7056 is #958FA9. Grayscale: #6B6B6B. Windows color (decimal): -9801642 or 5664874. OLE color: 5664874.

HSL color Cylindrical-coordinate representation of color #6A7056: hue angle of 73.85º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A7056 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB10611286-
CMYK0.0500.230.56
HSL73.85º13.13%38.82%-
HSV(B)73.85º23.21%43.92%-
XYZ13.4215.3211.05-
YUV107.24116.01127.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.87%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 86 (33.98% from 255) = 28.29%
R=34.87%
G=36.84%
B=28.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106112860.0500.230.5673.8513.1338.82
Hex6A70565017384ad27
Octal1521601265027701121547
Binary11010101110000101011010101011111100010010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,112,86); }

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

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

 a { background-color: rgb(106,112,86); }

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

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

 span { border-color: rgb(106,112,86); }

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