#6C2E33

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

Shades of Tamarillo #6C2E33

Tints of Tamarillo #6C2E33

Color information

#6C2E33 (or 0x6C2E33) is unknown color: approx Tamarillo. HEX triplet: 6C, 2E and 33. RGB value is (108,46,51). Sum of RGB (Red+Green+Blue) = 108+46+51=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2E33 is #93D1CC. Grayscale: #414141. Windows color (decimal): -9687501 or 3354220. OLE color: 3354220.

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

Color convert

RGB1084651-
CMYK00.570.530.58
HSL355.16º40.26%30.2%-
HSV(B)355.16º57.41%42.35%-
XYZ7.765.383.76-
YUV65.11120.04158.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.68%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=52.68%
G=22.44%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108465100.570.530.58355.1640.2630.2
Hex6C2E33039353A163281e
Octal154566307165725435036
Binary1101100101110110011011100111010111101010110001110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,46,51); }

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

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

 a { background-color: rgb(108,46,51); }

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

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

 span { border-color: rgb(108,46,51); }

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