#63565A

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

Shades of Don Juan #63565A

Tints of Don Juan #63565A

Color information

#63565A (or 0x63565A) is unknown color: approx Don Juan. HEX triplet: 63, 56 and 5A. RGB value is (99,86,90). Sum of RGB (Red+Green+Blue) = 99+86+90=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #63565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63565A is #9CA9A5. Grayscale: #5A5A5A. Windows color (decimal): -10267046 or 5920355. OLE color: 5920355.

HSL color Cylindrical-coordinate representation of color #63565A: hue angle of 341.54º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #63565A is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB998690-
CMYK00.130.090.61
HSL341.54º7.03%36.27%-
HSV(B)341.54º13.13%38.82%-
XYZ10.3210.0511.07-
YUV90.34127.81134.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=36%
G=31.27%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99869000.130.090.61341.547.0336.27
Hex63565A0D93D156724
Octal1431261320151175526744
Binary110001110101101011010011011001111101101010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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