#6C4148

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

Shades of Tosca #6C4148

Tints of Tosca #6C4148

Color information

#6C4148 (or 0x6C4148) is unknown color: approx Tosca. HEX triplet: 6C, 41 and 48. RGB value is (108,65,72). Sum of RGB (Red+Green+Blue) = 108+65+72=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4148 is #93BEB7. Grayscale: #4E4E4E. Windows color (decimal): -9682616 or 4735340. OLE color: 4735340.

HSL color Cylindrical-coordinate representation of color #6C4148: hue angle of 350.23º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C4148 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB1086572-
CMYK00.400.330.58
HSL350.23º24.86%33.92%-
HSV(B)350.23º39.81%42.35%-
XYZ9.247.447.08-
YUV78.66124.25148.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.08%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 72 (28.52% from 255) = 29.39%
R=44.08%
G=26.53%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108657200.400.330.58350.2324.8633.92
Hex6C4148028213A15e1922
Octal15410111005041725363142
Binary110110010000011001000010100010000111101010101111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,65,72); }

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

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

 a { background-color: rgb(108,65,72); }

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

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

 span { border-color: rgb(108,65,72); }

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