#6D5D67

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

Shades of Salt Box #6D5D67

Tints of Salt Box #6D5D67

Color information

#6D5D67 (or 0x6D5D67) is unknown color: approx Salt Box. HEX triplet: 6D, 5D and 67. RGB value is (109,93,103). Sum of RGB (Red+Green+Blue) = 109+93+103=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5D67 is #92A298. Grayscale: #626262. Windows color (decimal): -9609881 or 6774125. OLE color: 6774125.

HSL color Cylindrical-coordinate representation of color #6D5D67: hue angle of 322.5º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D5D67 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB10993103-
CMYK00.150.060.57
HSL322.5º7.92%39.61%-
HSV(B)322.5º14.68%42.75%-
XYZ12.6712.0614.49-
YUV98.92130.3135.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.74%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 103 (40.62% from 255) = 33.77%
R=35.74%
G=30.49%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1099310300.150.060.57322.57.9239.61
Hex6D5D670F639142828
Octal1551351470176715021050
Binary110110110111011100111011111101110011010000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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