#635562

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

Shades of Salt Box #635562

Tints of Salt Box #635562

Color information

#635562 (or 0x635562) is unknown color: approx Salt Box. HEX triplet: 63, 55 and 62. RGB value is (99,85,98). Sum of RGB (Red+Green+Blue) = 99+85+98=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 99 - color contains mainly: red. Hex color #635562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635562 is #9CAA9D. Grayscale: #5A5A5A. Windows color (decimal): -10267294 or 6444387. OLE color: 6444387.

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

Color convert

RGB998598-
CMYK00.140.010.61
HSL304.29º7.61%36.08%-
HSV(B)304.29º14.14%38.82%-
XYZ10.610.0312.93-
YUV90.67132.14133.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.11%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=35.11%
G=30.14%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99859800.140.010.61304.297.6136.08
Hex6355620E13D130824
Octal1431251420161754601044
Binary1100011101010111000100111011111011001100001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635562; }

 p { color: rgb(99,85,98); }

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

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

 a { background-color: rgb(99,85,98); }

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

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

 span { border-color: rgb(99,85,98); }

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