#6F4344

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

Shades of Tosca #6F4344

Tints of Tosca #6F4344

Color information

#6F4344 (or 0x6F4344) is unknown color: approx Tosca. HEX triplet: 6F, 43 and 44. RGB value is (111,67,68). Sum of RGB (Red+Green+Blue) = 111+67+68=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4344 is #90BCBB. Grayscale: #505050. Windows color (decimal): -9485500 or 4473711. OLE color: 4473711.

HSL color Cylindrical-coordinate representation of color #6F4344: hue angle of 358.64º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F4344 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB1116768-
CMYK00.400.390.56
HSL358.64º24.72%34.9%-
HSV(B)358.64º39.64%43.53%-
XYZ9.617.816.47-
YUV80.27121.08149.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 68 (26.95% from 255) = 27.64%
R=45.12%
G=27.24%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111676800.400.390.56358.6424.7234.9
Hex6F434402827381671923
Octal15710310405047705473143
Binary110111110000111000100010100010011111100010110011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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