#6F4345

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

Shades of Tosca #6F4345

Tints of Tosca #6F4345

Color information

#6F4345 (or 0x6F4345) is unknown color: approx Tosca. HEX triplet: 6F, 43 and 45. RGB value is (111,67,69). Sum of RGB (Red+Green+Blue) = 111+67+69=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4345 is #90BCBA. Grayscale: #505050. Windows color (decimal): -9485499 or 4539247. OLE color: 4539247.

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

Color convert

RGB1116769-
CMYK00.400.380.56
HSL357.27º24.72%34.9%-
HSV(B)357.27º39.64%43.53%-
XYZ9.647.826.63-
YUV80.38121.58149.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.94%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=44.94%
G=27.13%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111676900.400.380.56357.2724.7234.9
Hex6F434502826381651923
Octal15710310505046705453143
Binary110111110000111000101010100010011011100010110010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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