#625F5B

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

Shades of Makara #625F5B

Tints of Makara #625F5B

Color information

#625F5B (or 0x625F5B) is unknown color: approx Makara. HEX triplet: 62, 5F and 5B. RGB value is (98,95,91). Sum of RGB (Red+Green+Blue) = 98+95+91=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 98 - color contains mainly: red. Hex color #625F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F5B is #9DA0A4. Grayscale: #5F5F5F. Windows color (decimal): -10330277 or 5988194. OLE color: 5988194.

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

Color convert

RGB989591-
CMYK00.030.070.62
HSL34.29º3.7%37.06%-
HSV(B)34.29º7.14%38.43%-
XYZ11.0211.5411.54-
YUV95.44125.49129.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.51%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=34.51%
G=33.45%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98959100.030.070.6234.293.737.06
Hex625F5B0373E22425
Octal1421371330377642445
Binary110001010111111011011011111111110100010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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