#634D5D

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

Shades of Salt Box #634D5D

Tints of Salt Box #634D5D

Color information

#634D5D (or 0x634D5D) is unknown color: approx Salt Box. HEX triplet: 63, 4D and 5D. RGB value is (99,77,93). Sum of RGB (Red+Green+Blue) = 99+77+93=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 99 - color contains mainly: red. Hex color #634D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D5D is #9CB2A2. Grayscale: #555555. Windows color (decimal): -10269347 or 6114659. OLE color: 6114659.

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

Color convert

RGB997793-
CMYK00.220.060.61
HSL316.36º12.5%34.51%-
HSV(B)316.36º22.22%38.82%-
XYZ9.788.7511.53-
YUV85.4132.29137.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.80%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 93 (36.72% from 255) = 34.57%
R=36.80%
G=28.62%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99779300.220.060.61316.3612.534.51
Hex634D5D01663D13cc23
Octal1431151350266754741443
Binary1100011100110110111010101101101111011001111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,77,93); }

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

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

 a { background-color: rgb(99,77,93); }

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

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

 span { border-color: rgb(99,77,93); }

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