#625B4B

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

Shades of Makara #625B4B

Tints of Makara #625B4B

Color information

#625B4B (or 0x625B4B) is unknown color: approx Makara. HEX triplet: 62, 5B and 4B. RGB value is (98,91,75). Sum of RGB (Red+Green+Blue) = 98+91+75=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 98 - color contains mainly: red. Hex color #625B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625B4B is #9DA4B4. Grayscale: #5B5B5B. Windows color (decimal): -10331317 or 4938594. OLE color: 4938594.

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

Color convert

RGB989175-
CMYK00.070.230.62
HSL41.74º13.29%33.92%-
HSV(B)41.74º23.47%38.43%-
XYZ10.0510.598.17-
YUV91.27118.82132.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.12%
GREEN value IS 91 (35.94% from 255) = 34.47%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=37.12%
G=34.47%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98917500.070.230.6241.7413.2933.92
Hex625B4B07173E2ad22
Octal142133113072776521542
Binary1100010101101110010110111101111111101010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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