#6A444A

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

Shades of Tosca #6A444A

Tints of Tosca #6A444A

Color information

#6A444A (or 0x6A444A) is unknown color: approx Tosca. HEX triplet: 6A, 44 and 4A. RGB value is (106,68,74). Sum of RGB (Red+Green+Blue) = 106+68+74=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 106 - color contains mainly: red. Hex color #6A444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A444A is #95BBB5. Grayscale: #505050. Windows color (decimal): -9812918 or 4867178. OLE color: 4867178.

HSL color Cylindrical-coordinate representation of color #6A444A: hue angle of 350.53º 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 #6A444A is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB1066874-
CMYK00.360.300.58
HSL350.53º21.84%34.12%-
HSV(B)350.53º35.85%41.57%-
XYZ9.257.697.48-
YUV80.05124.59146.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.74%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=42.74%
G=27.42%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106687400.360.300.58350.5321.8434.12
Hex6A444A0241E3A15f1622
Octal15210411204436725372642
Binary11010101000100100101001001001111011101010101111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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