#6F4849

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

Shades of Tosca #6F4849

Tints of Tosca #6F4849

Color information

#6F4849 (or 0x6F4849) is unknown color: approx Tosca. HEX triplet: 6F, 48 and 49. RGB value is (111,72,73). Sum of RGB (Red+Green+Blue) = 111+72+73=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4849 is #90B7B6. Grayscale: #535353. Windows color (decimal): -9484215 or 4802671. OLE color: 4802671.

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

Color convert

RGB1117273-
CMYK00.350.340.56
HSL358.46º21.31%35.88%-
HSV(B)358.46º35.14%43.53%-
XYZ10.088.57.41-
YUV83.78121.92147.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.36%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=43.36%
G=28.12%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111727300.350.340.56358.4621.3135.88
Hex6F484902322381661524
Octal15711011104342705462544
Binary110111110010001001001010001110001011100010110011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,72,73); }

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

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

 a { background-color: rgb(111,72,73); }

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

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

 span { border-color: rgb(111,72,73); }

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