#625658

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

Shades of Don Juan #625658

Tints of Don Juan #625658

Color information

#625658 (or 0x625658) is unknown color: approx Don Juan. HEX triplet: 62, 56 and 58. RGB value is (98,86,88). Sum of RGB (Red+Green+Blue) = 98+86+88=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 98 - color contains mainly: red. Hex color #625658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625658 is #9DA9A7. Grayscale: #595959. Windows color (decimal): -10332584 or 5789282. OLE color: 5789282.

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

Color convert

RGB988688-
CMYK00.120.100.62
HSL350º6.52%36.08%-
HSV(B)350º12.24%38.43%-
XYZ10.139.9610.62-
YUV89.82126.98133.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.03%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=36.03%
G=31.62%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98868800.120.100.623506.5236.08
Hex6256580CA3E15e724
Octal1421261300141276536744
Binary110001010101101011000011001010111110101011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625658; }

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

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

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

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

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

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

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

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