#6C4B4C

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

Shades of Tosca #6C4B4C

Tints of Tosca #6C4B4C

Color information

#6C4B4C (or 0x6C4B4C) is unknown color: approx Tosca. HEX triplet: 6C, 4B and 4C. RGB value is (108,75,76). Sum of RGB (Red+Green+Blue) = 108+75+76=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4B4C is #93B4B3. Grayscale: #555555. Windows color (decimal): -9680052 or 5000044. OLE color: 5000044.

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

Color convert

RGB1087576-
CMYK00.310.300.58
HSL358.18º18.03%35.88%-
HSV(B)358.18º30.56%42.35%-
XYZ108.748-
YUV84.98122.93144.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.70%
GREEN value IS 75 (29.69% from 255) = 28.96%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=41.70%
G=28.96%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108757600.310.300.58358.1818.0335.88
Hex6C4B4C01F1E3A1661224
Octal15411311403736725462244
Binary1101100100101110011000111111111011101010110011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,75,76); }

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

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

 a { background-color: rgb(108,75,76); }

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

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

 span { border-color: rgb(108,75,76); }

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