#6B5163

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

Shades of Salt Box #6B5163

Tints of Salt Box #6B5163

Color information

#6B5163 (or 0x6B5163) is unknown color: approx Salt Box. HEX triplet: 6B, 51 and 63. RGB value is (107,81,99). Sum of RGB (Red+Green+Blue) = 107+81+99=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5163 is #94AE9C. Grayscale: #5A5A5A. Windows color (decimal): -9744029 or 6508907. OLE color: 6508907.

HSL color Cylindrical-coordinate representation of color #6B5163: hue angle of 318.46º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B5163 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB1078199-
CMYK00.240.070.58
HSL318.46º13.83%36.86%-
HSV(B)318.46º24.3%41.96%-
XYZ11.269.9113.12-
YUV90.83132.61139.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.28%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 99 (39.06% from 255) = 34.49%
R=37.28%
G=28.22%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107819900.240.070.58318.4613.8336.86
Hex6B516301873A13ee25
Octal1531211430307724761645
Binary1101011101000111000110110001111110101001111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B5163; }

 p { color: rgb(107,81,99); }

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

<style>
 a { background-color: #6B5163; }

 a { background-color: rgb(107,81,99); }

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

<style>
 span { border-color: #6B5163; }

 span { border-color: rgb(107,81,99); }

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