#6A6253

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

Shades of Makara #6A6253

Tints of Makara #6A6253

Color information

#6A6253 (or 0x6A6253) is unknown color: approx Makara. HEX triplet: 6A, 62 and 53. RGB value is (106,98,83). Sum of RGB (Red+Green+Blue) = 106+98+83=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6253 is #959DAC. Grayscale: #626262. Windows color (decimal): -9805229 or 5464682. OLE color: 5464682.

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

Color convert

RGB1069883-
CMYK00.080.220.58
HSL39.13º12.17%37.06%-
HSV(B)39.13º21.7%41.57%-
XYZ11.8712.429.96-
YUV98.68119.15133.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 83 (32.81% from 255) = 28.92%
R=36.93%
G=34.15%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106988300.080.220.5839.1312.1737.06
Hex6A625308163A27c25
Octal1521421230102672471445
Binary11010101100010101001101000101101110101001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,98,83); }

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

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

 a { background-color: rgb(106,98,83); }

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

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

 span { border-color: rgb(106,98,83); }

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