#6C4764

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

Shades of Salt Box #6C4764

Tints of Salt Box #6C4764

Color information

#6C4764 (or 0x6C4764) is unknown color: approx Salt Box. HEX triplet: 6C, 47 and 64. RGB value is (108,71,100). Sum of RGB (Red+Green+Blue) = 108+71+100=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4764 is #93B89B. Grayscale: #555555. Windows color (decimal): -9681052 or 6571884. OLE color: 6571884.

HSL color Cylindrical-coordinate representation of color #6C4764: hue angle of 312.97º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C4764 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB10871100-
CMYK00.340.070.58
HSL312.97º20.67%35.1%-
HSV(B)312.97º34.26%42.35%-
XYZ10.748.6113.15-
YUV85.37136.26144.14-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.71%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=38.71%
G=25.45%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1087110000.340.070.58312.9720.6735.1
Hex6C476402273A1391523
Octal1541071440427724712543
Binary110110010001111100100010001011111101010011100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,71,100); }

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

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

 a { background-color: rgb(108,71,100); }

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

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

 span { border-color: rgb(108,71,100); }

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