#6F3F44

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

Shades of Tosca #6F3F44

Tints of Tosca #6F3F44

Color information

#6F3F44 (or 0x6F3F44) is unknown color: approx Tosca. HEX triplet: 6F, 3F and 44. RGB value is (111,63,68). Sum of RGB (Red+Green+Blue) = 111+63+68=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3F44 is #90C0BB. Grayscale: #4D4D4D. Windows color (decimal): -9486524 or 4472687. OLE color: 4472687.

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

Color convert

RGB1116368-
CMYK00.430.390.56
HSL353.75º27.59%34.12%-
HSV(B)353.75º43.24%43.53%-
XYZ9.387.356.39-
YUV77.92122.4151.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.87%
GREEN value IS 63 (25% from 255) = 26.03%
BLUE value IS 68 (26.95% from 255) = 28.10%
R=45.87%
G=26.03%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111636800.430.390.56353.7527.5934.12
Hex6F3F4402B27381621c22
Octal1577710405347705423442
Binary11011111111111000100010101110011111100010110001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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