#6F4547

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

Shades of Tosca #6F4547

Tints of Tosca #6F4547

Color information

#6F4547 (or 0x6F4547) is unknown color: approx Tosca. HEX triplet: 6F, 45 and 47. RGB value is (111,69,71). Sum of RGB (Red+Green+Blue) = 111+69+71=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4547 is #90BAB8. Grayscale: #515151. Windows color (decimal): -9484985 or 4670831. OLE color: 4670831.

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

Color convert

RGB1116971-
CMYK00.380.360.56
HSL357.14º23.33%35.29%-
HSV(B)357.14º37.84%43.53%-
XYZ9.828.097.01-
YUV81.79121.91148.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.22%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 71 (28.12% from 255) = 28.29%
R=44.22%
G=27.49%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111697100.380.360.56357.1423.3335.29
Hex6F454702624381651723
Octal15710510704644705452743
Binary110111110001011000111010011010010011100010110010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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