#6F2B31

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

Shades of Tamarillo #6F2B31

Tints of Tamarillo #6F2B31

Color information

#6F2B31 (or 0x6F2B31) is unknown color: approx Tamarillo. HEX triplet: 6F, 2B and 31. RGB value is (111,43,49). Sum of RGB (Red+Green+Blue) = 111+43+49=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2B31 is #90D4CE. Grayscale: #404040. Windows color (decimal): -9491663 or 3222383. OLE color: 3222383.

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

Color convert

RGB1114349-
CMYK00.610.560.56
HSL354.71º44.16%30.2%-
HSV(B)354.71º61.26%43.53%-
XYZ7.975.333.51-
YUV64.02119.53161.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.68%
GREEN value IS 43 (17.19% from 255) = 21.18%
BLUE value IS 49 (19.53% from 255) = 24.14%
R=54.68%
G=21.18%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111434900.610.560.56354.7144.1630.2
Hex6F2B3103D38381632c1e
Octal157536107570705435436
Binary1101111101011110001011110111100011100010110001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,43,49); }

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

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

 a { background-color: rgb(111,43,49); }

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

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

 span { border-color: rgb(111,43,49); }

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