#6C3033

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

Shades of Tamarillo #6C3033

Tints of Tamarillo #6C3033

Color information

#6C3033 (or 0x6C3033) is unknown color: approx Tamarillo. HEX triplet: 6C, 30 and 33. RGB value is (108,48,51). Sum of RGB (Red+Green+Blue) = 108+48+51=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3033 is #93CFCC. Grayscale: #424242. Windows color (decimal): -9686989 or 3354732. OLE color: 3354732.

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

Color convert

RGB1084851-
CMYK00.560.530.58
HSL357º38.46%30.59%-
HSV(B)357º55.56%42.35%-
XYZ7.845.543.79-
YUV66.28119.38157.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.17%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 51 (20.31% from 255) = 24.64%
R=52.17%
G=23.19%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108485100.560.530.5835738.4630.59
Hex6C3033038353A165261f
Octal154606307065725454637
Binary1101100110000110011011100011010111101010110010110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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