#6A4246

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

Shades of Tosca #6A4246

Tints of Tosca #6A4246

Color information

#6A4246 (or 0x6A4246) is unknown color: approx Tosca. HEX triplet: 6A, 42 and 46. RGB value is (106,66,70). Sum of RGB (Red+Green+Blue) = 106+66+70=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4246 is #95BDB9. Grayscale: #4E4E4E. Windows color (decimal): -9813434 or 4604522. OLE color: 4604522.

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

Color convert

RGB1066670-
CMYK00.380.340.58
HSL354º23.26%33.73%-
HSV(B)354º37.74%41.57%-
XYZ97.46.75-
YUV78.42123.25147.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.80%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 70 (27.73% from 255) = 28.93%
R=43.80%
G=27.27%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106667000.380.340.5835423.2633.73
Hex6A4246026223A1621722
Octal15210210604642725422742
Binary110101010000101000110010011010001011101010110001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,66,70); }

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

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

 a { background-color: rgb(106,66,70); }

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

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

 span { border-color: rgb(106,66,70); }

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