#625B4A

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

Shades of Makara #625B4A

Tints of Makara #625B4A

Color information

#625B4A (or 0x625B4A) is unknown color: approx Makara. HEX triplet: 62, 5B and 4A. RGB value is (98,91,74). Sum of RGB (Red+Green+Blue) = 98+91+74=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 98 - color contains mainly: red. Hex color #625B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625B4A is #9DA4B5. Grayscale: #5B5B5B. Windows color (decimal): -10331318 or 4873058. OLE color: 4873058.

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

Color convert

RGB989174-
CMYK00.070.240.62
HSL42.5º13.95%33.73%-
HSV(B)42.5º24.49%38.43%-
XYZ10.0110.577.99-
YUV91.16118.32132.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.26%
GREEN value IS 91 (35.94% from 255) = 34.60%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=37.26%
G=34.60%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98917400.070.240.6242.513.9533.73
Hex625B4A07183E2be22
Octal142133112073076531642
Binary1100010101101110010100111110001111101010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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