#6D5367

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

Shades of Salt Box #6D5367

Tints of Salt Box #6D5367

Color information

#6D5367 (or 0x6D5367) is unknown color: approx Salt Box. HEX triplet: 6D, 53 and 67. RGB value is (109,83,103). Sum of RGB (Red+Green+Blue) = 109+83+103=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5367 is #92AC98. Grayscale: #5C5C5C. Windows color (decimal): -9612441 or 6771565. OLE color: 6771565.

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

Color convert

RGB10983103-
CMYK00.240.060.57
HSL313.85º13.54%37.65%-
HSV(B)313.85º23.85%42.75%-
XYZ11.8510.4214.22-
YUV93.05133.61139.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.95%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 103 (40.62% from 255) = 34.92%
R=36.95%
G=28.14%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1098310300.240.060.57313.8513.5437.65
Hex6D536701863913ae26
Octal1551231470306714721646
Binary1101101101001111001110110001101110011001110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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