#634C60

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

Shades of Salt Box #634C60

Tints of Salt Box #634C60

Color information

#634C60 (or 0x634C60) is unknown color: approx Salt Box. HEX triplet: 63, 4C and 60. RGB value is (99,76,96). Sum of RGB (Red+Green+Blue) = 99+76+96=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 99 - color contains mainly: red. Hex color #634C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634C60 is #9CB39F. Grayscale: #555555. Windows color (decimal): -10269600 or 6311011. OLE color: 6311011.

HSL color Cylindrical-coordinate representation of color #634C60: hue angle of 307.83º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #634C60 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB997696-
CMYK00.230.030.61
HSL307.83º13.14%34.31%-
HSV(B)307.83º23.23%38.82%-
XYZ9.848.6712.22-
YUV85.16134.12137.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.53%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=36.53%
G=28.04%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99769600.230.030.61307.8313.1434.31
Hex634C6001733D134d22
Octal1431141400273754641542
Binary110001110011001100000010111111111011001101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634C60; }

 p { color: rgb(99,76,96); }

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

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

 a { background-color: rgb(99,76,96); }

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

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

 span { border-color: rgb(99,76,96); }

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