#6F3F41

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

Shades of Tosca #6F3F41

Tints of Tosca #6F3F41

Color information

#6F3F41 (or 0x6F3F41) is unknown color: approx Tosca. HEX triplet: 6F, 3F and 41. RGB value is (111,63,65). Sum of RGB (Red+Green+Blue) = 111+63+65=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3F41 is #90C0BE. Grayscale: #4D4D4D. Windows color (decimal): -9486527 or 4276079. OLE color: 4276079.

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

Color convert

RGB1116365-
CMYK00.430.410.56
HSL357.5º27.59%34.12%-
HSV(B)357.5º43.24%43.53%-
XYZ9.297.325.92-
YUV77.58120.9151.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 63 (25% from 255) = 26.36%
BLUE value IS 65 (25.78% from 255) = 27.20%
R=46.44%
G=26.36%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111636500.430.410.56357.527.5934.12
Hex6F3F4102B29381661c22
Octal1577710105351705463442
Binary11011111111111000001010101110100111100010110011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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