#6A6052

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

Shades of Makara #6A6052

Tints of Makara #6A6052

Color information

#6A6052 (or 0x6A6052) is unknown color: approx Makara. HEX triplet: 6A, 60 and 52. RGB value is (106,96,82). Sum of RGB (Red+Green+Blue) = 106+96+82=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6052 is #959FAD. Grayscale: #616161. Windows color (decimal): -9805742 or 5398634. OLE color: 5398634.

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

Color convert

RGB1069682-
CMYK00.090.230.58
HSL35º12.77%36.86%-
HSV(B)35º22.64%41.57%-
XYZ11.6512.049.69-
YUV97.39119.31134.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=37.32%
G=33.80%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106968200.090.230.583512.7736.86
Hex6A605209173A23d25
Octal1521401220112772431545
Binary11010101100000101001001001101111110101000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,96,82); }

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

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

 a { background-color: rgb(106,96,82); }

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

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

 span { border-color: rgb(106,96,82); }

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