#6F4143

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

Shades of Tosca #6F4143

Tints of Tosca #6F4143

Color information

#6F4143 (or 0x6F4143) is unknown color: approx Tosca. HEX triplet: 6F, 41 and 43. RGB value is (111,65,67). Sum of RGB (Red+Green+Blue) = 111+65+67=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4143 is #90BEBC. Grayscale: #4F4F4F. Windows color (decimal): -9486013 or 4407663. OLE color: 4407663.

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

Color convert

RGB1116567-
CMYK00.410.400.56
HSL357.39º26.14%34.51%-
HSV(B)357.39º41.44%43.53%-
XYZ9.467.576.27-
YUV78.98121.24150.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.68%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 67 (26.56% from 255) = 27.57%
R=45.68%
G=26.75%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111656700.410.400.56357.3926.1434.51
Hex6F414302928381651a23
Octal15710110305150705453243
Binary110111110000011000011010100110100011100010110010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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