#6B4348

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

Shades of Tosca #6B4348

Tints of Tosca #6B4348

Color information

#6B4348 (or 0x6B4348) is unknown color: approx Tosca. HEX triplet: 6B, 43 and 48. RGB value is (107,67,72). Sum of RGB (Red+Green+Blue) = 107+67+72=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4348 is #94BCB7. Grayscale: #4F4F4F. Windows color (decimal): -9747640 or 4735851. OLE color: 4735851.

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

Color convert

RGB1076772-
CMYK00.370.330.58
HSL352.5º22.99%34.12%-
HSV(B)352.5º37.38%41.96%-
XYZ9.247.617.11-
YUV79.53123.75147.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.50%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=43.50%
G=27.24%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107677200.370.330.58352.522.9934.12
Hex6B4348025213A1601722
Octal15310311004541725402742
Binary110101110000111001000010010110000111101010110000010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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