#6F474E

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

Shades of Tosca #6F474E

Tints of Tosca #6F474E

Color information

#6F474E (or 0x6F474E) is unknown color: approx Tosca. HEX triplet: 6F, 47 and 4E. RGB value is (111,71,78). Sum of RGB (Red+Green+Blue) = 111+71+78=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F474E is #90B8B1. Grayscale: #535353. Windows color (decimal): -9484466 or 5130095. OLE color: 5130095.

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

Color convert

RGB1117178-
CMYK00.360.300.56
HSL349.5º21.98%35.69%-
HSV(B)349.5º36.04%43.53%-
XYZ10.188.448.3-
YUV83.76124.75147.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.69%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 78 (30.86% from 255) = 30%
R=42.69%
G=27.31%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111717800.360.300.56349.521.9835.69
Hex6F474E0241E3815e1624
Octal15710711604436705362644
Binary11011111000111100111001001001111011100010101111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,71,78); }

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

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

 a { background-color: rgb(111,71,78); }

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

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

 span { border-color: rgb(111,71,78); }

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