#6B4E63

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

Shades of Salt Box #6B4E63

Tints of Salt Box #6B4E63

Color information

#6B4E63 (or 0x6B4E63) is unknown color: approx Salt Box. HEX triplet: 6B, 4E and 63. RGB value is (107,78,99). Sum of RGB (Red+Green+Blue) = 107+78+99=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E63 is #94B19C. Grayscale: #595959. Windows color (decimal): -9744797 or 6508139. OLE color: 6508139.

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

Color convert

RGB1077899-
CMYK00.270.070.58
HSL316.55º15.68%36.27%-
HSV(B)316.55º27.1%41.96%-
XYZ11.049.4813.05-
YUV89.06133.61140.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.68%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=37.68%
G=27.46%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107789900.270.070.58316.5515.6836.27
Hex6B4E6301B73A13d1024
Octal1531161430337724752044
Binary11010111001110110001101101111111101010011110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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