#6B3C44

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

Shades of Tosca #6B3C44

Tints of Tosca #6B3C44

Color information

#6B3C44 (or 0x6B3C44) is unknown color: approx Tosca. HEX triplet: 6B, 3C and 44. RGB value is (107,60,68). Sum of RGB (Red+Green+Blue) = 107+60+68=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3C44 is #94C3BB. Grayscale: #4A4A4A. Windows color (decimal): -9749436 or 4471915. OLE color: 4471915.

HSL color Cylindrical-coordinate representation of color #6B3C44: hue angle of 349.79º 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 #6B3C44 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB1076068-
CMYK00.440.360.58
HSL349.79º28.14%32.75%-
HSV(B)349.79º43.93%41.96%-
XYZ8.726.776.32-
YUV74.96124.07150.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.53%
GREEN value IS 60 (23.83% from 255) = 25.53%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=45.53%
G=25.53%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107606800.440.360.58349.7928.1432.75
Hex6B3C4402C243A15e1c21
Octal1537410405444725363441
Binary11010111111001000100010110010010011101010101111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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