#634C5E

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

Shades of Salt Box #634C5E

Tints of Salt Box #634C5E

Color information

#634C5E (or 0x634C5E) is unknown color: approx Salt Box. HEX triplet: 63, 4C and 5E. RGB value is (99,76,94). Sum of RGB (Red+Green+Blue) = 99+76+94=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 99 - color contains mainly: red. Hex color #634C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634C5E is #9CB3A1. Grayscale: #545454. Windows color (decimal): -10269602 or 6179939. OLE color: 6179939.

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

Color convert

RGB997694-
CMYK00.230.050.61
HSL313.04º13.14%34.31%-
HSV(B)313.04º23.23%38.82%-
XYZ9.758.6311.74-
YUV84.93133.12138.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.80%
GREEN value IS 76 (30.08% from 255) = 28.25%
BLUE value IS 94 (37.11% from 255) = 34.94%
R=36.80%
G=28.25%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99769400.230.050.61313.0413.1434.31
Hex634C5E01753D139d22
Octal1431141360275754711542
Binary1100011100110010111100101111011111011001110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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