#6D526B

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

Shades of Salt Box #6D526B

Tints of Salt Box #6D526B

Color information

#6D526B (or 0x6D526B) is unknown color: approx Salt Box. HEX triplet: 6D, 52 and 6B. RGB value is (109,82,107). Sum of RGB (Red+Green+Blue) = 109+82+107=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 109 - color contains mainly: red. Hex color #6D526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D526B is #92AD94. Grayscale: #5C5C5C. Windows color (decimal): -9612693 or 7033453. OLE color: 7033453.

HSL color Cylindrical-coordinate representation of color #6D526B: hue angle of 304.44º 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 #6D526B is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB10982107-
CMYK00.250.020.57
HSL304.44º14.14%37.45%-
HSV(B)304.44º24.77%42.75%-
XYZ11.9810.3515.28-
YUV92.92135.95139.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.58%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=36.58%
G=27.52%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1098210700.250.020.57304.4414.1437.45
Hex6D526B019239130e25
Octal1551221530312714601645
Binary110110110100101101011011001101110011001100001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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