#6A744A

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

Shades of Siam #6A744A

Tints of Siam #6A744A

Color information

#6A744A (or 0x6A744A) is unknown color: approx Siam. HEX triplet: 6A, 74 and 4A. RGB value is (106,116,74). Sum of RGB (Red+Green+Blue) = 106+116+74=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #6A744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A744A is #958BB5. Grayscale: #6C6C6C. Windows color (decimal): -9800630 or 4879466. OLE color: 4879466.

HSL color Cylindrical-coordinate representation of color #6A744A: hue angle of 74.29º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6A744A is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB10611674-
CMYK0.0900.360.55
HSL74.29º22.11%37.25%-
HSV(B)74.29º36.21%45.49%-
XYZ13.4316.058.87-
YUV108.22108.69126.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.81%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 74 (29.30% from 255) = 25%
R=35.81%
G=39.19%
B=25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106116740.0900.360.5574.2922.1137.25
Hex6A744A9024374a1625
Octal15216411211044671122645
Binary11010101110100100101010010100100110111100101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,116,74); }

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

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

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

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

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

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

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