#6F4E6A

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

Shades of Salt Box #6F4E6A

Tints of Salt Box #6F4E6A

Color information

#6F4E6A (or 0x6F4E6A) is unknown color: approx Salt Box. HEX triplet: 6F, 4E and 6A. RGB value is (111,78,106). Sum of RGB (Red+Green+Blue) = 111+78+106=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E6A is #90B195. Grayscale: #5A5A5A. Windows color (decimal): -9482646 or 6966895. OLE color: 6966895.

HSL color Cylindrical-coordinate representation of color #6F4E6A: hue angle of 309.09º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F4E6A is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11178106-
CMYK00.300.050.56
HSL309.09º17.46%37.06%-
HSV(B)309.09º29.73%43.53%-
XYZ11.889.8714.91-
YUV91.06136.43142.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.63%
GREEN value IS 78 (30.86% from 255) = 26.44%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=37.63%
G=26.44%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1117810600.300.050.56309.0917.4637.06
Hex6F4E6A01E5381351125
Octal1571161520365704652145
Binary11011111001110110101001111010111100010011010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,78,106); }

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

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

 a { background-color: rgb(111,78,106); }

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

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

 span { border-color: rgb(111,78,106); }

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