#63575A

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

Shades of Don Juan #63575A

Tints of Don Juan #63575A

Color information

#63575A (or 0x63575A) is unknown color: approx Don Juan. HEX triplet: 63, 57 and 5A. RGB value is (99,87,90). Sum of RGB (Red+Green+Blue) = 99+87+90=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 99 - color contains mainly: red. Hex color #63575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63575A is #9CA8A5. Grayscale: #5A5A5A. Windows color (decimal): -10266790 or 5920611. OLE color: 5920611.

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

Color convert

RGB998790-
CMYK00.120.090.61
HSL345º6.45%36.47%-
HSV(B)345º12.12%38.82%-
XYZ10.410.2111.09-
YUV90.93127.48133.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.87%
GREEN value IS 87 (34.38% from 255) = 31.52%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=35.87%
G=31.52%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99879000.120.090.613456.4536.47
Hex63575A0C93D159624
Octal1431271320141175531644
Binary110001110101111011010011001001111101101011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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