#6A774A

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

Shades of Siam #6A774A

Tints of Siam #6A774A

Color information

#6A774A (or 0x6A774A) is unknown color: approx Siam. HEX triplet: 6A, 77 and 4A. RGB value is (106,119,74). Sum of RGB (Red+Green+Blue) = 106+119+74=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #6A774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A774A is #9588B5. Grayscale: #6E6E6E. Windows color (decimal): -9799862 or 4880234. OLE color: 4880234.

HSL color Cylindrical-coordinate representation of color #6A774A: hue angle of 77.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A774A is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB10611974-
CMYK0.1100.380.53
HSL77.33º23.32%37.84%-
HSV(B)77.33º37.82%46.67%-
XYZ13.7816.758.99-
YUV109.98107.69125.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.45%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=35.45%
G=39.80%
B=24.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106119740.1100.380.5377.3323.3237.84
Hex6A774AB026354d1726
Octal15216711213046651152746
Binary11010101110111100101010110100110110101100110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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