#6A5D67

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

Shades of Salt Box #6A5D67

Tints of Salt Box #6A5D67

Color information

#6A5D67 (or 0x6A5D67) is unknown color: approx Salt Box. HEX triplet: 6A, 5D and 67. RGB value is (106,93,103). Sum of RGB (Red+Green+Blue) = 106+93+103=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5D67 is #95A298. Grayscale: #616161. Windows color (decimal): -9806489 or 6774122. OLE color: 6774122.

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

Color convert

RGB10693103-
CMYK00.120.030.58
HSL313.85º6.53%39.02%-
HSV(B)313.85º12.26%41.57%-
XYZ12.3111.8714.47-
YUV98.03130.81133.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 93 (36.72% from 255) = 30.79%
BLUE value IS 103 (40.62% from 255) = 34.11%
R=35.10%
G=30.79%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1069310300.120.030.58313.856.5339.02
Hex6A5D670C33A13a727
Octal152135147014372472747
Binary1101010101110111001110110011111010100111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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