#6B5165

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

Shades of Salt Box #6B5165

Tints of Salt Box #6B5165

Color information

#6B5165 (or 0x6B5165) is unknown color: approx Salt Box. HEX triplet: 6B, 51 and 65. RGB value is (107,81,101). Sum of RGB (Red+Green+Blue) = 107+81+101=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5165 is #94AE9A. Grayscale: #5B5B5B. Windows color (decimal): -9744027 or 6639979. OLE color: 6639979.

HSL color Cylindrical-coordinate representation of color #6B5165: hue angle of 313.85º 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 #6B5165 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB10781101-
CMYK00.240.060.58
HSL313.85º13.83%36.86%-
HSV(B)313.85º24.3%41.96%-
XYZ11.359.9513.63-
YUV91.05133.61139.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.02%
GREEN value IS 81 (32.03% from 255) = 28.03%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=37.02%
G=28.03%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1078110100.240.060.58313.8513.8336.86
Hex6B516501863A13ae25
Octal1531211450306724721645
Binary1101011101000111001010110001101110101001110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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