#6B4148

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

Shades of Tosca #6B4148

Tints of Tosca #6B4148

Color information

#6B4148 (or 0x6B4148) is unknown color: approx Tosca. HEX triplet: 6B, 41 and 48. RGB value is (107,65,72). Sum of RGB (Red+Green+Blue) = 107+65+72=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4148 is #94BEB7. Grayscale: #4E4E4E. Windows color (decimal): -9748152 or 4735339. OLE color: 4735339.

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

Color convert

RGB1076572-
CMYK00.390.330.58
HSL350º24.42%33.73%-
HSV(B)350º39.25%41.96%-
XYZ9.127.377.07-
YUV78.36124.41148.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.85%
GREEN value IS 65 (25.78% from 255) = 26.64%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=43.85%
G=26.64%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107657200.390.330.5835024.4233.73
Hex6B4148027213A15e1822
Octal15310111004741725363042
Binary110101110000011001000010011110000111101010101111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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