#635761

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

Shades of Salt Box #635761

Tints of Salt Box #635761

Color information

#635761 (or 0x635761) is unknown color: approx Salt Box. HEX triplet: 63, 57 and 61. RGB value is (99,87,97). Sum of RGB (Red+Green+Blue) = 99+87+97=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 99 - color contains mainly: red. Hex color #635761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635761 is #9CA89E. Grayscale: #5B5B5B. Windows color (decimal): -10266783 or 6379363. OLE color: 6379363.

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

Color convert

RGB998797-
CMYK00.120.020.61
HSL310º6.45%36.47%-
HSV(B)310º12.12%38.82%-
XYZ10.7110.3312.74-
YUV91.73130.98133.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.98%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=34.98%
G=30.74%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99879700.120.020.613106.4536.47
Hex6357610C23D136624
Octal143127141014275466644
Binary1100011101011111000010110010111101100110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635761; }

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

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

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

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

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

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

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

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