#6B566A

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

Shades of Salt Box #6B566A

Tints of Salt Box #6B566A

Color information

#6B566A (or 0x6B566A) is unknown color: approx Salt Box. HEX triplet: 6B, 56 and 6A. RGB value is (107,86,106). Sum of RGB (Red+Green+Blue) = 107+86+106=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 107 - color contains mainly: red. Hex color #6B566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B566A is #94A995. Grayscale: #5E5E5E. Windows color (decimal): -9742742 or 6968939. OLE color: 6968939.

HSL color Cylindrical-coordinate representation of color #6B566A: hue angle of 302.86º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B566A is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB10786106-
CMYK00.200.010.58
HSL302.86º10.88%37.84%-
HSV(B)302.86º19.63%41.96%-
XYZ11.9910.8215.09-
YUV94.56134.46136.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.79%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=35.79%
G=28.76%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1078610600.200.010.58302.8610.8837.84
Hex6B566A01413A12fb26
Octal1531261520241724571346
Binary11010111010110110101001010011110101001011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,86,106); }

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

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

 a { background-color: rgb(107,86,106); }

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

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

 span { border-color: rgb(107,86,106); }

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