#635A61

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

Shades of Salt Box #635A61

Tints of Salt Box #635A61

Color information

#635A61 (or 0x635A61) is unknown color: approx Salt Box. HEX triplet: 63, 5A and 61. RGB value is (99,90,97). Sum of RGB (Red+Green+Blue) = 99+90+97=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 99 - color contains mainly: red. Hex color #635A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A61 is #9CA59E. Grayscale: #5D5D5D. Windows color (decimal): -10266015 or 6380131. OLE color: 6380131.

HSL color Cylindrical-coordinate representation of color #635A61: hue angle of 313.33º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #635A61 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB999097-
CMYK00.090.020.61
HSL313.33º4.76%37.06%-
HSV(B)313.33º9.09%38.82%-
XYZ10.9610.8312.82-
YUV93.49129.98131.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.62%
GREEN value IS 90 (35.55% from 255) = 31.47%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=34.62%
G=31.47%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99909700.090.020.61313.334.7637.06
Hex635A610923D139525
Octal143132141011275471545
Binary1100011101101011000010100110111101100111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635A61; }

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

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

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

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

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

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

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

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