#6F4D65

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

Shades of Salt Box #6F4D65

Tints of Salt Box #6F4D65

Color information

#6F4D65 (or 0x6F4D65) is unknown color: approx Salt Box. HEX triplet: 6F, 4D and 65. RGB value is (111,77,101). Sum of RGB (Red+Green+Blue) = 111+77+101=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D65 is #90B29A. Grayscale: #595959. Windows color (decimal): -9482907 or 6638959. OLE color: 6638959.

HSL color Cylindrical-coordinate representation of color #6F4D65: hue angle of 317.65º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F4D65 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11177101-
CMYK00.310.090.56
HSL317.65º18.09%36.86%-
HSV(B)317.65º30.63%43.53%-
XYZ11.569.6313.56-
YUV89.9134.26143.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.41%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=38.41%
G=26.64%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1117710100.310.090.56317.6518.0936.86
Hex6F4D6501F93813e1225
Octal15711514503711704762245
Binary110111110011011100101011111100111100010011111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,77,101); }

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

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

 a { background-color: rgb(111,77,101); }

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

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

 span { border-color: rgb(111,77,101); }

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