#635762

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

Shades of Salt Box #635762

Tints of Salt Box #635762

Color information

#635762 (or 0x635762) is unknown color: approx Salt Box. HEX triplet: 63, 57 and 62. RGB value is (99,87,98). Sum of RGB (Red+Green+Blue) = 99+87+98=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 99 - color contains mainly: red. Hex color #635762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635762 is #9CA89D. Grayscale: #5B5B5B. Windows color (decimal): -10266782 or 6444899. OLE color: 6444899.

HSL color Cylindrical-coordinate representation of color #635762: hue angle of 305º 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 #635762 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB998798-
CMYK00.120.010.61
HSL305º6.45%36.47%-
HSV(B)305º12.12%38.82%-
XYZ10.7610.3512.99-
YUV91.84131.48133.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.86%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=34.86%
G=30.63%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99879800.120.010.613056.4536.47
Hex6357620C13D131624
Octal143127142014175461644
Binary110001110101111100010011001111101100110001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635762; }

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

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

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

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

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

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

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

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