#635360

Color #635360 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #635360

Tints of Salt Box #635360

Color information

#635360 (or 0x635360) is unknown color: approx Salt Box. HEX triplet: 63, 53 and 60. RGB value is (99,83,96). Sum of RGB (Red+Green+Blue) = 99+83+96=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 99 - color contains mainly: red. Hex color #635360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635360 is #9CAC9F. Grayscale: #595959. Windows color (decimal): -10267808 or 6312803. OLE color: 6312803.

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

Color convert

RGB998396-
CMYK00.160.030.61
HSL311.25º8.79%35.69%-
HSV(B)311.25º16.16%38.82%-
XYZ10.359.6812.39-
YUV89.27131.8134.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.61%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=35.61%
G=29.86%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99839600.160.030.61311.258.7935.69
Hex63536001033D137924
Octal1431231400203754671144
Binary110001110100111100000010000111111011001101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635360; }

 p { color: rgb(99,83,96); }

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

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

 a { background-color: rgb(99,83,96); }

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

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

 span { border-color: rgb(99,83,96); }

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