#6D3C3D

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

Shades of Tosca #6D3C3D

Tints of Tosca #6D3C3D

Color information

#6D3C3D (or 0x6D3C3D) is unknown color: approx Tosca. HEX triplet: 6D, 3C and 3D. RGB value is (109,60,61). Sum of RGB (Red+Green+Blue) = 109+60+61=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3C3D is #92C3C2. Grayscale: #4A4A4A. Windows color (decimal): -9618371 or 4013165. OLE color: 4013165.

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

Color convert

RGB1096061-
CMYK00.450.440.57
HSL358.78º28.99%33.14%-
HSV(B)358.78º44.95%42.75%-
XYZ8.766.825.27-
YUV74.77120.23152.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.39%
GREEN value IS 60 (23.83% from 255) = 26.09%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=47.39%
G=26.09%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109606100.450.440.57358.7828.9933.14
Hex6D3C3D02D2C391671d21
Octal155747505554715473541
Binary1101101111100111101010110110110011100110110011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,60,61); }

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

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

 a { background-color: rgb(109,60,61); }

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

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

 span { border-color: rgb(109,60,61); }

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