#625A49

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

Shades of Makara #625A49

Tints of Makara #625A49

Color information

#625A49 (or 0x625A49) is unknown color: approx Makara. HEX triplet: 62, 5A and 49. RGB value is (98,90,73). Sum of RGB (Red+Green+Blue) = 98+90+73=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #625A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A49 is #9DA5B6. Grayscale: #5A5A5A. Windows color (decimal): -10331575 or 4807266. OLE color: 4807266.

HSL color Cylindrical-coordinate representation of color #625A49: hue angle of 40.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #625A49 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB989073-
CMYK00.080.260.62
HSL40.8º14.62%33.53%-
HSV(B)40.8º25.51%38.43%-
XYZ9.910.397.79-
YUV90.45118.15133.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 73 (28.91% from 255) = 27.97%
R=37.55%
G=34.48%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98907300.080.260.6240.814.6233.53
Hex625A49081A3E29f22
Octal1421321110103276511742
Binary11000101011010100100101000110101111101010011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625A49; }

 p { color: rgb(98,90,73); }

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

<style>
 a { background-color: #625A49; }

 a { background-color: rgb(98,90,73); }

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

<style>
 span { border-color: #625A49; }

 span { border-color: rgb(98,90,73); }

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