#6A754E

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

Shades of Siam #6A754E

Tints of Siam #6A754E

Color information

#6A754E (or 0x6A754E) is unknown color: approx Siam. HEX triplet: 6A, 75 and 4E. RGB value is (106,117,78). Sum of RGB (Red+Green+Blue) = 106+117+78=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #6A754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A754E is #958AB1. Grayscale: #6D6D6D. Windows color (decimal): -9800370 or 5141866. OLE color: 5141866.

HSL color Cylindrical-coordinate representation of color #6A754E: hue angle of 76.92º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A754E is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB10611778-
CMYK0.0900.330.54
HSL76.92º20%38.24%-
HSV(B)76.92º33.33%45.88%-
XYZ13.6816.349.64-
YUV109.26110.36125.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=35.22%
G=38.87%
B=25.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106117780.0900.330.5476.922038.24
Hex6A754E9021364d1426
Octal15216511611041661152446
Binary11010101110101100111010010100001110110100110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,117,78); }

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

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

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

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

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

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

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