#625B52

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

Shades of Makara #625B52

Tints of Makara #625B52

Color information

#625B52 (or 0x625B52) is unknown color: approx Makara. HEX triplet: 62, 5B and 52. RGB value is (98,91,82). Sum of RGB (Red+Green+Blue) = 98+91+82=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 98 - color contains mainly: red. Hex color #625B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B52 is #9DA4AD. Grayscale: #5C5C5C. Windows color (decimal): -10331310 or 5397346. OLE color: 5397346.

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

Color convert

RGB989182-
CMYK00.070.160.62
HSL33.75º8.89%35.29%-
HSV(B)33.75º16.33%38.43%-
XYZ10.310.699.5-
YUV92.07122.32132.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.16%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=36.16%
G=33.58%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98918200.070.160.6233.758.8935.29
Hex625B5207103E22923
Octal142133122072076421143
Binary1100010101101110100100111100001111101000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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