#6C464C

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

Shades of Tosca #6C464C

Tints of Tosca #6C464C

Color information

#6C464C (or 0x6C464C) is unknown color: approx Tosca. HEX triplet: 6C, 46 and 4C. RGB value is (108,70,76). Sum of RGB (Red+Green+Blue) = 108+70+76=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 108 - color contains mainly: red. Hex color #6C464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C464C is #93B9B3. Grayscale: #525252. Windows color (decimal): -9681332 or 4998764. OLE color: 4998764.

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

Color convert

RGB1087076-
CMYK00.350.300.58
HSL350.53º21.35%34.9%-
HSV(B)350.53º35.19%42.35%-
XYZ9.688.097.89-
YUV82.05124.59146.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.52%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=42.52%
G=27.56%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108707600.350.300.58350.5321.3534.9
Hex6C464C0231E3A15f1523
Octal15410611404336725372543
Binary11011001000110100110001000111111011101010101111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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