#6B3C42

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

Shades of Tosca #6B3C42

Tints of Tosca #6B3C42

Color information

#6B3C42 (or 0x6B3C42) is unknown color: approx Tosca. HEX triplet: 6B, 3C and 42. RGB value is (107,60,66). Sum of RGB (Red+Green+Blue) = 107+60+66=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3C42 is #94C3BD. Grayscale: #4A4A4A. Windows color (decimal): -9749438 or 4340843. OLE color: 4340843.

HSL color Cylindrical-coordinate representation of color #6B3C42: hue angle of 352.34º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B3C42 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB1076066-
CMYK00.440.380.58
HSL352.34º28.14%32.75%-
HSV(B)352.34º43.93%41.96%-
XYZ8.666.756-
YUV74.74123.07151.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.92%
GREEN value IS 60 (23.83% from 255) = 25.75%
BLUE value IS 66 (26.17% from 255) = 28.33%
R=45.92%
G=25.75%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107606600.440.380.58352.3428.1432.75
Hex6B3C4202C263A1601c21
Octal1537410205446725403441
Binary11010111111001000010010110010011011101010110000011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,60,66); }

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

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

 a { background-color: rgb(107,60,66); }

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

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

 span { border-color: rgb(107,60,66); }

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