#6E3B3E

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

Shades of Tosca #6E3B3E

Tints of Tosca #6E3B3E

Color information

#6E3B3E (or 0x6E3B3E) is unknown color: approx Tosca. HEX triplet: 6E, 3B and 3E. RGB value is (110,59,62). Sum of RGB (Red+Green+Blue) = 110+59+62=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3B3E is #91C4C1. Grayscale: #4A4A4A. Windows color (decimal): -9553090 or 4078446. OLE color: 4078446.

HSL color Cylindrical-coordinate representation of color #6E3B3E: hue angle of 356.47º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E3B3E is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB1105962-
CMYK00.460.440.57
HSL356.47º30.18%33.14%-
HSV(B)356.47º46.36%43.14%-
XYZ8.866.795.4-
YUV74.59120.9153.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.62%
GREEN value IS 59 (23.44% from 255) = 25.54%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=47.62%
G=25.54%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110596200.460.440.57356.4730.1833.14
Hex6E3B3E02E2C391641e21
Octal156737605654715443641
Binary1101110111011111110010111010110011100110110010011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,59,62); }

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

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

 a { background-color: rgb(110,59,62); }

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

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

 span { border-color: rgb(110,59,62); }

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