#6A704C

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

Shades of Siam #6A704C

Tints of Siam #6A704C

Color information

#6A704C (or 0x6A704C) is unknown color: approx Siam. HEX triplet: 6A, 70 and 4C. RGB value is (106,112,76). Sum of RGB (Red+Green+Blue) = 106+112+76=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #6A704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A704C is #958FB3. Grayscale: #6A6A6A. Windows color (decimal): -9801652 or 5009514. OLE color: 5009514.

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

Color convert

RGB10611276-
CMYK0.0500.320.56
HSL70º19.15%36.86%-
HSV(B)70º32.14%43.92%-
XYZ13.0415.179.08-
YUV106.1111.01127.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.05%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 76 (30.08% from 255) = 25.85%
R=36.05%
G=38.10%
B=25.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106112760.0500.320.567019.1536.86
Hex6A704C502038461325
Octal1521601145040701062345
Binary1101010111000010011001010100000111000100011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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