#6A6459

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

Shades of Makara #6A6459

Tints of Makara #6A6459

Color information

#6A6459 (or 0x6A6459) is unknown color: approx Makara. HEX triplet: 6A, 64 and 59. RGB value is (106,100,89). Sum of RGB (Red+Green+Blue) = 106+100+89=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6459 is #959BA6. Grayscale: #646464. Windows color (decimal): -9804711 or 5858410. OLE color: 5858410.

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

Color convert

RGB10610089-
CMYK00.060.160.58
HSL38.82º8.72%38.24%-
HSV(B)38.82º16.04%41.57%-
XYZ12.312.911.29-
YUV100.54121.49131.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.93%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 89 (35.16% from 255) = 30.17%
R=35.93%
G=33.90%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061008900.060.160.5838.828.7238.24
Hex6A645906103A27926
Octal152144131062072471146
Binary1101010110010010110010110100001110101001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,100,89); }

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

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

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

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

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

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

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