#625B53

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

Shades of Makara #625B53

Tints of Makara #625B53

Color information

#625B53 (or 0x625B53) is unknown color: approx Makara. HEX triplet: 62, 5B and 53. RGB value is (98,91,83). Sum of RGB (Red+Green+Blue) = 98+91+83=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 98 - color contains mainly: red. Hex color #625B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B53 is #9DA4AC. Grayscale: #5C5C5C. Windows color (decimal): -10331309 or 5462882. OLE color: 5462882.

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

Color convert

RGB989183-
CMYK00.070.150.62
HSL32º8.29%35.49%-
HSV(B)32º15.31%38.43%-
XYZ10.3410.79.7-
YUV92.18122.82132.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.03%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 83 (32.81% from 255) = 30.51%
R=36.03%
G=33.46%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98918300.070.150.62328.2935.49
Hex625B5307F3E20823
Octal142133123071776401043
Binary110001010110111010011011111111111101000001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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