#6B4547

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

Shades of Tosca #6B4547

Tints of Tosca #6B4547

Color information

#6B4547 (or 0x6B4547) is unknown color: approx Tosca. HEX triplet: 6B, 45 and 47. RGB value is (107,69,71). Sum of RGB (Red+Green+Blue) = 107+69+71=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4547 is #94BAB8. Grayscale: #505050. Windows color (decimal): -9747129 or 4670827. OLE color: 4670827.

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

Color convert

RGB1076971-
CMYK00.360.340.58
HSL356.84º21.59%34.51%-
HSV(B)356.84º35.51%41.96%-
XYZ9.337.846.98-
YUV80.59122.59146.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.32%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 71 (28.12% from 255) = 28.74%
R=43.32%
G=27.94%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107697100.360.340.58356.8421.5934.51
Hex6B4547024223A1651623
Octal15310510704442725452643
Binary110101110001011000111010010010001011101010110010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,69,71); }

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

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

 a { background-color: rgb(107,69,71); }

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

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

 span { border-color: rgb(107,69,71); }

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