#6E4143

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

Shades of Tosca #6E4143

Tints of Tosca #6E4143

Color information

#6E4143 (or 0x6E4143) is unknown color: approx Tosca. HEX triplet: 6E, 41 and 43. RGB value is (110,65,67). Sum of RGB (Red+Green+Blue) = 110+65+67=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4143 is #91BEBC. Grayscale: #4E4E4E. Windows color (decimal): -9551549 or 4407662. OLE color: 4407662.

HSL color Cylindrical-coordinate representation of color #6E4143: hue angle of 357.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E4143 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB1106567-
CMYK00.410.390.57
HSL357.33º25.71%34.31%-
HSV(B)357.33º40.91%43.14%-
XYZ9.337.56.27-
YUV78.68121.41150.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.45%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 67 (26.56% from 255) = 27.69%
R=45.45%
G=26.86%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110656700.410.390.57357.3325.7134.31
Hex6E414302927391651a22
Octal15610110305147715453242
Binary110111010000011000011010100110011111100110110010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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