#6D5B6B

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

Shades of Salt Box #6D5B6B

Tints of Salt Box #6D5B6B

Color information

#6D5B6B (or 0x6D5B6B) is unknown color: approx Salt Box. HEX triplet: 6D, 5B and 6B. RGB value is (109,91,107). Sum of RGB (Red+Green+Blue) = 109+91+107=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5B6B is #92A494. Grayscale: #626262. Windows color (decimal): -9610389 or 7035757. OLE color: 7035757.

HSL color Cylindrical-coordinate representation of color #6D5B6B: hue angle of 306.67º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D5B6B is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB10991107-
CMYK00.170.020.57
HSL306.67º9%39.22%-
HSV(B)306.67º16.51%42.75%-
XYZ12.711.7915.52-
YUV98.21132.96135.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.50%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=35.50%
G=29.64%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1099110700.170.020.57306.67939.22
Hex6D5B6B011239133927
Octal1551331530212714631147
Binary110110110110111101011010001101110011001100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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