#6B4C6A

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

Shades of Salt Box #6B4C6A

Tints of Salt Box #6B4C6A

Color information

#6B4C6A (or 0x6B4C6A) is unknown color: approx Salt Box. HEX triplet: 6B, 4C and 6A. RGB value is (107,76,106). Sum of RGB (Red+Green+Blue) = 107+76+106=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4C6A is #94B395. Grayscale: #585858. Windows color (decimal): -9745302 or 6966379. OLE color: 6966379.

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

Color convert

RGB10776106-
CMYK00.290.010.58
HSL301.94º16.94%35.88%-
HSV(B)301.94º28.97%41.96%-
XYZ11.259.3414.84-
YUV88.69137.77141.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.02%
GREEN value IS 76 (30.08% from 255) = 26.30%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=37.02%
G=26.30%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1077610600.290.010.58301.9416.9435.88
Hex6B4C6A01D13A12e1124
Octal1531141520351724562144
Binary110101110011001101010011101111101010010111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,76,106); }

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

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

 a { background-color: rgb(107,76,106); }

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

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

 span { border-color: rgb(107,76,106); }

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