#6A4546

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

Shades of Tosca #6A4546

Tints of Tosca #6A4546

Color information

#6A4546 (or 0x6A4546) is unknown color: approx Tosca. HEX triplet: 6A, 45 and 46. RGB value is (106,69,70). Sum of RGB (Red+Green+Blue) = 106+69+70=245 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.27% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4546 is #95BAB9. Grayscale: #505050. Windows color (decimal): -9812666 or 4605290. OLE color: 4605290.

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

Color convert

RGB1066970-
CMYK00.350.340.58
HSL358.38º21.14%34.31%-
HSV(B)358.38º34.91%41.57%-
XYZ9.187.766.81-
YUV80.18122.26146.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.27%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 70 (27.73% from 255) = 28.57%
R=43.27%
G=28.16%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106697000.350.340.58358.3821.1434.31
Hex6A4546023223A1661522
Octal15210510604342725462542
Binary110101010001011000110010001110001011101010110011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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