#634B61

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

Shades of Salt Box #634B61

Tints of Salt Box #634B61

Color information

#634B61 (or 0x634B61) is unknown color: approx Salt Box. HEX triplet: 63, 4B and 61. RGB value is (99,75,97). Sum of RGB (Red+Green+Blue) = 99+75+97=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 99 - color contains mainly: red. Hex color #634B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634B61 is #9CB49E. Grayscale: #545454. Windows color (decimal): -10269855 or 6376291. OLE color: 6376291.

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

Color convert

RGB997597-
CMYK00.240.020.61
HSL305º13.79%34.12%-
HSV(B)305º24.24%38.82%-
XYZ9.828.5512.44-
YUV84.68134.95138.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.53%
GREEN value IS 75 (29.69% from 255) = 27.68%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=36.53%
G=27.68%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99759700.240.020.6130513.7934.12
Hex634B6101823D131e22
Octal1431131410302754611642
Binary110001110010111100001011000101111011001100011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,75,97); }

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

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

 a { background-color: rgb(99,75,97); }

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

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

 span { border-color: rgb(99,75,97); }

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