#635A5C

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

Shades of Don Juan #635A5C

Tints of Don Juan #635A5C

Color information

#635A5C (or 0x635A5C) is unknown color: approx Don Juan. HEX triplet: 63, 5A and 5C. RGB value is (99,90,92). Sum of RGB (Red+Green+Blue) = 99+90+92=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 99 - color contains mainly: red. Hex color #635A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A5C is #9CA5A3. Grayscale: #5C5C5C. Windows color (decimal): -10266020 or 6052451. OLE color: 6052451.

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

Color convert

RGB999092-
CMYK00.090.070.61
HSL346.67º4.76%37.06%-
HSV(B)346.67º9.09%38.82%-
XYZ10.7310.7411.63-
YUV92.92127.48132.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.23%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=35.23%
G=32.03%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99909200.090.070.61346.674.7637.06
Hex635A5C0973D15b525
Octal143132134011775533545
Binary11000111011010101110001001111111101101011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635A5C; }

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

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

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

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

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

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

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

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