#6D5267

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

Shades of Salt Box #6D5267

Tints of Salt Box #6D5267

Color information

#6D5267 (or 0x6D5267) is unknown color: approx Salt Box. HEX triplet: 6D, 52 and 67. RGB value is (109,82,103). Sum of RGB (Red+Green+Blue) = 109+82+103=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5267 is #92AD98. Grayscale: #5C5C5C. Windows color (decimal): -9612697 or 6771309. OLE color: 6771309.

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

Color convert

RGB10982103-
CMYK00.250.060.57
HSL313.33º14.14%37.45%-
HSV(B)313.33º24.77%42.75%-
XYZ11.7710.2714.19-
YUV92.47133.95139.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.07%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 103 (40.62% from 255) = 35.03%
R=37.07%
G=27.89%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1098210300.250.060.57313.3314.1437.45
Hex6D5267019639139e25
Octal1551221470316714711645
Binary1101101101001011001110110011101110011001110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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