#62565A

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

Shades of Don Juan #62565A

Tints of Don Juan #62565A

Color information

#62565A (or 0x62565A) is unknown color: approx Don Juan. HEX triplet: 62, 56 and 5A. RGB value is (98,86,90). Sum of RGB (Red+Green+Blue) = 98+86+90=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 98 - color contains mainly: red. Hex color #62565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62565A is #9DA9A5. Grayscale: #5A5A5A. Windows color (decimal): -10332582 or 5920354. OLE color: 5920354.

HSL color Cylindrical-coordinate representation of color #62565A: hue angle of 340º 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 #62565A is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB988690-
CMYK00.120.080.62
HSL340º6.52%36.08%-
HSV(B)340º12.24%38.43%-
XYZ10.219.9911.06-
YUV90.04127.98133.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.77%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=35.77%
G=31.39%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98869000.120.080.623406.5236.08
Hex62565A0C83E154724
Octal1421261320141076524744
Binary110001010101101011010011001000111110101010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62565A; }

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

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

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

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

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

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

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

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