#6A5967

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

Shades of Salt Box #6A5967

Tints of Salt Box #6A5967

Color information

#6A5967 (or 0x6A5967) is unknown color: approx Salt Box. HEX triplet: 6A, 59 and 67. RGB value is (106,89,103). Sum of RGB (Red+Green+Blue) = 106+89+103=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5967 is #95A698. Grayscale: #5F5F5F. Windows color (decimal): -9807513 or 6773098. OLE color: 6773098.

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

Color convert

RGB10689103-
CMYK00.160.030.58
HSL310.59º8.72%38.24%-
HSV(B)310.59º16.04%41.57%-
XYZ11.9611.1914.36-
YUV95.68132.13135.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=35.57%
G=29.87%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1068910300.160.030.58310.598.7238.24
Hex6A596701033A137926
Octal1521311470203724671146
Binary110101010110011100111010000111110101001101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,89,103); }

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

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

 a { background-color: rgb(106,89,103); }

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

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

 span { border-color: rgb(106,89,103); }

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