#6D4E65

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

Shades of Salt Box #6D4E65

Tints of Salt Box #6D4E65

Color information

#6D4E65 (or 0x6D4E65) is unknown color: approx Salt Box. HEX triplet: 6D, 4E and 65. RGB value is (109,78,101). Sum of RGB (Red+Green+Blue) = 109+78+101=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4E65 is #92B19A. Grayscale: #595959. Windows color (decimal): -9613723 or 6639213. OLE color: 6639213.

HSL color Cylindrical-coordinate representation of color #6D4E65: hue angle of 315.48º degrees, saturation: 0.17, 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 #6D4E65 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB10978101-
CMYK00.280.070.57
HSL315.48º16.58%36.67%-
HSV(B)315.48º28.44%42.75%-
XYZ11.389.6413.57-
YUV89.89134.27141.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.85%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=37.85%
G=27.08%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1097810100.280.070.57315.4816.5836.67
Hex6D4E6501C73913b1125
Octal1551161450347714732145
Binary11011011001110110010101110011111100110011101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,78,101); }

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

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

 a { background-color: rgb(109,78,101); }

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

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

 span { border-color: rgb(109,78,101); }

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