#6B4D62

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

Shades of Salt Box #6B4D62

Tints of Salt Box #6B4D62

Color information

#6B4D62 (or 0x6B4D62) is unknown color: approx Salt Box. HEX triplet: 6B, 4D and 62. RGB value is (107,77,98). Sum of RGB (Red+Green+Blue) = 107+77+98=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4D62 is #94B29D. Grayscale: #585858. Windows color (decimal): -9745054 or 6442347. OLE color: 6442347.

HSL color Cylindrical-coordinate representation of color #6B4D62: hue angle of 318º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B4D62 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB1077798-
CMYK00.280.080.58
HSL318º16.3%36.08%-
HSV(B)318º28.04%41.96%-
XYZ10.929.3212.78-
YUV88.36133.44141.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.94%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=37.94%
G=27.30%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107779800.280.080.5831816.336.08
Hex6B4D6201C83A13e1024
Octal15311514203410724762044
Binary110101110011011100010011100100011101010011111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,77,98); }

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

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

 a { background-color: rgb(107,77,98); }

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

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

 span { border-color: rgb(107,77,98); }

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