#6D526C

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

Shades of Salt Box #6D526C

Tints of Salt Box #6D526C

Color information

#6D526C (or 0x6D526C) is unknown color: approx Salt Box. HEX triplet: 6D, 52 and 6C. RGB value is (109,82,108). Sum of RGB (Red+Green+Blue) = 109+82+108=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 109 - color contains mainly: red. Hex color #6D526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D526C is #92AD93. Grayscale: #5C5C5C. Windows color (decimal): -9612692 or 7098989. OLE color: 7098989.

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

Color convert

RGB10982108-
CMYK00.250.010.57
HSL302.22º14.14%37.45%-
HSV(B)302.22º24.77%42.75%-
XYZ12.0310.3715.55-
YUV93.04136.45139.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.45%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=36.45%
G=27.42%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1098210800.250.010.57302.2214.1437.45
Hex6D526C01913912ee25
Octal1551221540311714561645
Binary11011011010010110110001100111110011001011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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