#6F4445

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

Shades of Tosca #6F4445

Tints of Tosca #6F4445

Color information

#6F4445 (or 0x6F4445) is unknown color: approx Tosca. HEX triplet: 6F, 44 and 45. RGB value is (111,68,69). Sum of RGB (Red+Green+Blue) = 111+68+69=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4445 is #90BBBA. Grayscale: #515151. Windows color (decimal): -9485243 or 4539503. OLE color: 4539503.

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

Color convert

RGB1116869-
CMYK00.390.380.56
HSL358.6º24.02%35.1%-
HSV(B)358.6º38.74%43.53%-
XYZ9.77.946.65-
YUV80.97121.25149.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.76%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=44.76%
G=27.42%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111686900.390.380.56358.624.0235.1
Hex6F444502726381671823
Octal15710410504746705473043
Binary110111110001001000101010011110011011100010110011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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