#625558

Color #625558 Don Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Don Juan #625558

Tints of Don Juan #625558

Color information

#625558 (or 0x625558) is unknown color: approx Don Juan. HEX triplet: 62, 55 and 58. RGB value is (98,85,88). Sum of RGB (Red+Green+Blue) = 98+85+88=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 98 - color contains mainly: red. Hex color #625558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625558 is #9DAAA7. Grayscale: #595959. Windows color (decimal): -10332840 or 5789026. OLE color: 5789026.

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

Color convert

RGB988588-
CMYK00.130.100.62
HSL346.15º7.1%35.88%-
HSV(B)346.15º13.27%38.43%-
XYZ10.059.810.59-
YUV89.23127.31134.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.16%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=36.16%
G=31.37%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98858800.130.100.62346.157.135.88
Hex6255580DA3E15a724
Octal1421251300151276532744
Binary110001010101011011000011011010111110101011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625558; }

 p { color: rgb(98,85,88); }

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

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

 a { background-color: rgb(98,85,88); }

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

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

 span { border-color: rgb(98,85,88); }

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