#6A4448

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

Shades of Tosca #6A4448

Tints of Tosca #6A4448

Color information

#6A4448 (or 0x6A4448) is unknown color: approx Tosca. HEX triplet: 6A, 44 and 48. RGB value is (106,68,72). Sum of RGB (Red+Green+Blue) = 106+68+72=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4448 is #95BBB7. Grayscale: #4F4F4F. Windows color (decimal): -9812920 or 4736106. OLE color: 4736106.

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

Color convert

RGB1066872-
CMYK00.360.320.58
HSL353.68º21.84%34.12%-
HSV(B)353.68º35.85%41.57%-
XYZ9.187.677.13-
YUV79.82123.59146.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.09%
GREEN value IS 68 (26.95% from 255) = 27.64%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=43.09%
G=27.64%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106687200.360.320.58353.6821.8434.12
Hex6A4448024203A1621622
Octal15210411004440725422642
Binary110101010001001001000010010010000011101010110001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,68,72); }

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

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

 a { background-color: rgb(106,68,72); }

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

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

 span { border-color: rgb(106,68,72); }

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