#63585B

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

Shades of Don Juan #63585B

Tints of Don Juan #63585B

Color information

#63585B (or 0x63585B) is unknown color: approx Don Juan. HEX triplet: 63, 58 and 5B. RGB value is (99,88,91). Sum of RGB (Red+Green+Blue) = 99+88+91=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 99 - color contains mainly: red. Hex color #63585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63585B is #9CA7A4. Grayscale: #5B5B5B. Windows color (decimal): -10266533 or 5986403. OLE color: 5986403.

HSL color Cylindrical-coordinate representation of color #63585B: hue angle of 343.64º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #63585B is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB998891-
CMYK00.110.080.61
HSL343.64º5.88%36.67%-
HSV(B)343.64º11.11%38.82%-
XYZ10.5210.3911.35-
YUV91.63127.64133.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.61%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=35.61%
G=31.65%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99889100.110.080.61343.645.8836.67
Hex63585B0B83D158625
Octal1431301330131075530645
Binary110001110110001011011010111000111101101011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63585B; }

 p { color: rgb(99,88,91); }

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

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

 a { background-color: rgb(99,88,91); }

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

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

 span { border-color: rgb(99,88,91); }

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