#6C3B3C

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

Shades of Tosca #6C3B3C

Tints of Tosca #6C3B3C

Color information

#6C3B3C (or 0x6C3B3C) is unknown color: approx Tosca. HEX triplet: 6C, 3B and 3C. RGB value is (108,59,60). Sum of RGB (Red+Green+Blue) = 108+59+60=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3B3C is #93C4C3. Grayscale: #494949. Windows color (decimal): -9684164 or 3947372. OLE color: 3947372.

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

Color convert

RGB1085960-
CMYK00.450.440.58
HSL358.78º29.34%32.75%-
HSV(B)358.78º45.37%42.35%-
XYZ8.566.645.11-
YUV73.76120.23152.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.58%
GREEN value IS 59 (23.44% from 255) = 25.99%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=47.58%
G=25.99%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108596000.450.440.58358.7829.3432.75
Hex6C3B3C02D2C3A1671d21
Octal154737405554725473541
Binary1101100111011111100010110110110011101010110011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,59,60); }

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

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

 a { background-color: rgb(108,59,60); }

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

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

 span { border-color: rgb(108,59,60); }

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