#6B4F6A

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

Shades of Salt Box #6B4F6A

Tints of Salt Box #6B4F6A

Color information

#6B4F6A (or 0x6B4F6A) is unknown color: approx Salt Box. HEX triplet: 6B, 4F and 6A. RGB value is (107,79,106). Sum of RGB (Red+Green+Blue) = 107+79+106=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4F6A is #94B095. Grayscale: #5A5A5A. Windows color (decimal): -9744534 or 6967147. OLE color: 6967147.

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

Color convert

RGB10779106-
CMYK00.260.010.58
HSL302.14º15.05%36.47%-
HSV(B)302.14º26.17%41.96%-
XYZ11.469.7614.92-
YUV90.45136.78139.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.64%
GREEN value IS 79 (31.25% from 255) = 27.05%
BLUE value IS 106 (41.80% from 255) = 36.30%
R=36.64%
G=27.05%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1077910600.260.010.58302.1415.0536.47
Hex6B4F6A01A13A12ef24
Octal1531171520321724561744
Binary11010111001111110101001101011110101001011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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