#6F4041

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

Shades of Tosca #6F4041

Tints of Tosca #6F4041

Color information

#6F4041 (or 0x6F4041) is unknown color: approx Tosca. HEX triplet: 6F, 40 and 41. RGB value is (111,64,65). Sum of RGB (Red+Green+Blue) = 111+64+65=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4041 is #90BFBE. Grayscale: #4E4E4E. Windows color (decimal): -9486271 or 4276335. OLE color: 4276335.

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

Color convert

RGB1116465-
CMYK00.420.410.56
HSL358.72º26.86%34.31%-
HSV(B)358.72º42.34%43.53%-
XYZ9.347.435.94-
YUV78.17120.57151.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 65 (25.78% from 255) = 27.08%
R=46.25%
G=26.67%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111646500.420.410.56358.7226.8634.31
Hex6F404102A29381671b22
Octal15710010105251705473342
Binary110111110000001000001010101010100111100010110011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,64,65); }

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

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

 a { background-color: rgb(111,64,65); }

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

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

 span { border-color: rgb(111,64,65); }

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