#6F484A

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

Shades of Tosca #6F484A

Tints of Tosca #6F484A

Color information

#6F484A (or 0x6F484A) is unknown color: approx Tosca. HEX triplet: 6F, 48 and 4A. RGB value is (111,72,74). Sum of RGB (Red+Green+Blue) = 111+72+74=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F484A is #90B7B5. Grayscale: #535353. Windows color (decimal): -9484214 or 4868207. OLE color: 4868207.

HSL color Cylindrical-coordinate representation of color #6F484A: hue angle of 356.92º 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 #6F484A is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1117274-
CMYK00.350.330.56
HSL356.92º21.31%35.88%-
HSV(B)356.92º35.14%43.53%-
XYZ10.118.517.59-
YUV83.89122.42147.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.19%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=43.19%
G=28.02%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111727400.350.330.56356.9221.3135.88
Hex6F484A02321381651524
Octal15711011204341705452544
Binary110111110010001001010010001110000111100010110010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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