#6A6A56

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

Shades of Siam #6A6A56

Tints of Siam #6A6A56

Color information

#6A6A56 (or 0x6A6A56) is unknown color: approx Siam. HEX triplet: 6A, 6A and 56. RGB value is (106,106,86). Sum of RGB (Red+Green+Blue) = 106+106+86=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 106 - color contains mainly: red, green. Hex color #6A6A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6A56 is #9595A9. Grayscale: #676767. Windows color (decimal): -9803178 or 5663338. OLE color: 5663338.

HSL color Cylindrical-coordinate representation of color #6A6A56: hue angle of 60º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A6A56 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB10610686-
CMYK000.190.58
HSL60º10.42%37.65%-
HSV(B)60º18.87%41.57%-
XYZ12.7814.0410.84-
YUV103.72118129.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 106 (41.80% from 255) = 35.57%
BLUE value IS 86 (33.98% from 255) = 28.86%
R=35.57%
G=35.57%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10610686000.190.586010.4237.65
Hex6A6A5600133A3ca26
Octal152152126002372741246
Binary11010101101010101011000100111110101111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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