#625B4F

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

Shades of Makara #625B4F

Tints of Makara #625B4F

Color information

#625B4F (or 0x625B4F) is unknown color: approx Makara. HEX triplet: 62, 5B and 4F. RGB value is (98,91,79). Sum of RGB (Red+Green+Blue) = 98+91+79=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 98 - color contains mainly: red. Hex color #625B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B4F is #9DA4B0. Grayscale: #5B5B5B. Windows color (decimal): -10331313 or 5200738. OLE color: 5200738.

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

Color convert

RGB989179-
CMYK00.070.190.62
HSL37.89º10.73%34.71%-
HSV(B)37.89º19.39%38.43%-
XYZ10.1910.648.91-
YUV91.72120.82132.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.57%
GREEN value IS 91 (35.94% from 255) = 33.96%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=36.57%
G=33.96%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98917900.070.190.6237.8910.7334.71
Hex625B4F07133E26b23
Octal142133117072376461343
Binary1100010101101110011110111100111111101001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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