#6F4A4D

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

Shades of Tosca #6F4A4D

Tints of Tosca #6F4A4D

Color information

#6F4A4D (or 0x6F4A4D) is unknown color: approx Tosca. HEX triplet: 6F, 4A and 4D. RGB value is (111,74,77). Sum of RGB (Red+Green+Blue) = 111+74+77=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4A4D is #90B5B2. Grayscale: #555555. Windows color (decimal): -9483699 or 5065327. OLE color: 5065327.

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

Color convert

RGB1117477-
CMYK00.330.310.56
HSL355.14º20%36.27%-
HSV(B)355.14º33.33%43.53%-
XYZ10.348.818.18-
YUV85.4123.26146.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.37%
GREEN value IS 74 (29.30% from 255) = 28.24%
BLUE value IS 77 (30.47% from 255) = 29.39%
R=42.37%
G=28.24%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111747700.330.310.56355.142036.27
Hex6F4A4D0211F381631424
Octal15711211504137705432444
Binary11011111001010100110101000011111111100010110001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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