#634E5E

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

Shades of Salt Box #634E5E

Tints of Salt Box #634E5E

Color information

#634E5E (or 0x634E5E) is unknown color: approx Salt Box. HEX triplet: 63, 4E and 5E. RGB value is (99,78,94). Sum of RGB (Red+Green+Blue) = 99+78+94=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 99 - color contains mainly: red. Hex color #634E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634E5E is #9CB1A1. Grayscale: #565656. Windows color (decimal): -10269090 or 6180451. OLE color: 6180451.

HSL color Cylindrical-coordinate representation of color #634E5E: hue angle of 314.29º 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 #634E5E is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB997894-
CMYK00.210.050.61
HSL314.29º11.86%34.71%-
HSV(B)314.29º21.21%38.82%-
XYZ9.898.9111.79-
YUV86.1132.46137.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.53%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=36.53%
G=28.78%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99789400.210.050.61314.2911.8634.71
Hex634E5E01553D13ac23
Octal1431161360255754721443
Binary1100011100111010111100101011011111011001110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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