#634E60

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

Shades of Salt Box #634E60

Tints of Salt Box #634E60

Color information

#634E60 (or 0x634E60) is unknown color: approx Salt Box. HEX triplet: 63, 4E and 60. RGB value is (99,78,96). Sum of RGB (Red+Green+Blue) = 99+78+96=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #634E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634E60 is #9CB19F. Grayscale: #565656. Windows color (decimal): -10269088 or 6311523. OLE color: 6311523.

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

Color convert

RGB997896-
CMYK00.210.030.61
HSL308.57º11.86%34.71%-
HSV(B)308.57º21.21%38.82%-
XYZ9.988.9512.27-
YUV86.33133.46137.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=36.26%
G=28.57%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99789600.210.030.61308.5711.8634.71
Hex634E6001533D135c23
Octal1431161400253754651443
Binary110001110011101100000010101111111011001101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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