#6F3F48

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

Shades of Tosca #6F3F48

Tints of Tosca #6F3F48

Color information

#6F3F48 (or 0x6F3F48) is unknown color: approx Tosca. HEX triplet: 6F, 3F and 48. RGB value is (111,63,72). Sum of RGB (Red+Green+Blue) = 111+63+72=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3F48 is #90C0B7. Grayscale: #4E4E4E. Windows color (decimal): -9486520 or 4734831. OLE color: 4734831.

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

Color convert

RGB1116372-
CMYK00.430.350.56
HSL348.75º27.59%34.12%-
HSV(B)348.75º43.24%43.53%-
XYZ9.57.47.06-
YUV78.38124.4151.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 63 (25% from 255) = 25.61%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=45.12%
G=25.61%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111637200.430.350.56348.7527.5934.12
Hex6F3F4802B233815d1c22
Octal1577711005343705353442
Binary11011111111111001000010101110001111100010101110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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