#635462

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

Shades of Salt Box #635462

Tints of Salt Box #635462

Color information

#635462 (or 0x635462) is unknown color: approx Salt Box. HEX triplet: 63, 54 and 62. RGB value is (99,84,98). Sum of RGB (Red+Green+Blue) = 99+84+98=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 99 - color contains mainly: red. Hex color #635462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635462 is #9CAB9D. Grayscale: #5A5A5A. Windows color (decimal): -10267550 or 6444131. OLE color: 6444131.

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

Color convert

RGB998498-
CMYK00.150.010.61
HSL304º8.2%35.88%-
HSV(B)304º15.15%38.82%-
XYZ10.529.8812.91-
YUV90.08132.47134.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.23%
GREEN value IS 84 (33.20% from 255) = 29.89%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=35.23%
G=29.89%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99849800.150.010.613048.235.88
Hex6354620F13D130824
Octal1431241420171754601044
Binary1100011101010011000100111111111011001100001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635462; }

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

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

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

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

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

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

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

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