#6C3B3D

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

Shades of Tosca #6C3B3D

Tints of Tosca #6C3B3D

Color information

#6C3B3D (or 0x6C3B3D) is unknown color: approx Tosca. HEX triplet: 6C, 3B and 3D. RGB value is (108,59,61). Sum of RGB (Red+Green+Blue) = 108+59+61=228 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.37% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3B3D is #93C4C2. Grayscale: #494949. Windows color (decimal): -9684163 or 4012908. OLE color: 4012908.

HSL color Cylindrical-coordinate representation of color #6C3B3D: hue angle of 357.55º 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 #6C3B3D is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1085961-
CMYK00.450.440.58
HSL357.55º29.34%32.75%-
HSV(B)357.55º45.37%42.35%-
XYZ8.596.655.25-
YUV73.88120.73152.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.37%
GREEN value IS 59 (23.44% from 255) = 25.88%
BLUE value IS 61 (24.22% from 255) = 26.75%
R=47.37%
G=25.88%
B=26.75%

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
Decimal108596100.450.440.58357.5529.3432.75
Hex6C3B3D02D2C3A1661d21
Octal154737505554725463541
Binary1101100111011111101010110110110011101010110011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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