#635661

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

Shades of Salt Box #635661

Tints of Salt Box #635661

Color information

#635661 (or 0x635661) is unknown color: approx Salt Box. HEX triplet: 63, 56 and 61. RGB value is (99,86,97). Sum of RGB (Red+Green+Blue) = 99+86+97=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 99 - color contains mainly: red. Hex color #635661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635661 is #9CA99E. Grayscale: #5B5B5B. Windows color (decimal): -10267039 or 6379107. OLE color: 6379107.

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

Color convert

RGB998697-
CMYK00.130.020.61
HSL309.23º7.03%36.27%-
HSV(B)309.23º13.13%38.82%-
XYZ10.6310.1712.71-
YUV91.14131.31133.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.11%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=35.11%
G=30.50%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99869700.130.020.61309.237.0336.27
Hex6356610D23D135724
Octal143126141015275465744
Binary1100011101011011000010110110111101100110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635661; }

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

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

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

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

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

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

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

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