#6D4F67

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

Shades of Salt Box #6D4F67

Tints of Salt Box #6D4F67

Color information

#6D4F67 (or 0x6D4F67) is unknown color: approx Salt Box. HEX triplet: 6D, 4F and 67. RGB value is (109,79,103). Sum of RGB (Red+Green+Blue) = 109+79+103=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4F67 is #92B098. Grayscale: #5A5A5A. Windows color (decimal): -9613465 or 6770541. OLE color: 6770541.

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

Color convert

RGB10979103-
CMYK00.280.060.57
HSL312º15.96%36.86%-
HSV(B)312º27.52%42.75%-
XYZ11.559.8214.12-
YUV90.71134.94141.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.46%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=37.46%
G=27.15%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1097910300.280.060.5731215.9636.86
Hex6D4F6701C6391381025
Octal1551171470346714702045
Binary11011011001111110011101110011011100110011100010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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