#6D2D34

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

Shades of Tamarillo #6D2D34

Tints of Tamarillo #6D2D34

Color information

#6D2D34 (or 0x6D2D34) is unknown color: approx Tamarillo. HEX triplet: 6D, 2D and 34. RGB value is (109,45,52). Sum of RGB (Red+Green+Blue) = 109+45+52=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2D34 is #92D2CB. Grayscale: #404040. Windows color (decimal): -9622220 or 3419501. OLE color: 3419501.

HSL color Cylindrical-coordinate representation of color #6D2D34: hue angle of 353.44º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D2D34 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB1094552-
CMYK00.590.520.57
HSL353.44º41.56%30.2%-
HSV(B)353.44º58.72%42.75%-
XYZ7.865.383.87-
YUV64.93120.7159.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.91%
GREEN value IS 45 (17.97% from 255) = 21.84%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=52.91%
G=21.84%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109455200.590.520.57353.4441.5630.2
Hex6D2D3403B34391612a1e
Octal155556407364715415236
Binary1101101101101110100011101111010011100110110000110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,45,52); }

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

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

 a { background-color: rgb(109,45,52); }

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

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

 span { border-color: rgb(109,45,52); }

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