#6F3033

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

Shades of Tamarillo #6F3033

Tints of Tamarillo #6F3033

Color information

#6F3033 (or 0x6F3033) is unknown color: approx Tamarillo. HEX triplet: 6F, 30 and 33. RGB value is (111,48,51). Sum of RGB (Red+Green+Blue) = 111+48+51=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3033 is #90CFCC. Grayscale: #434343. Windows color (decimal): -9490381 or 3354735. OLE color: 3354735.

HSL color Cylindrical-coordinate representation of color #6F3033: hue angle of 357.14º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F3033 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1114851-
CMYK00.570.540.56
HSL357.14º39.62%31.18%-
HSV(B)357.14º56.76%43.53%-
XYZ8.215.733.81-
YUV67.18118.87159.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.86%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 51 (20.31% from 255) = 24.29%
R=52.86%
G=22.86%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111485100.570.540.56357.1439.6231.18
Hex6F30330393638165281f
Octal157606307166705455037
Binary1101111110000110011011100111011011100010110010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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