#6F2B2D

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

Shades of Tamarillo #6F2B2D

Tints of Tamarillo #6F2B2D

Color information

#6F2B2D (or 0x6F2B2D) is unknown color: approx Tamarillo. HEX triplet: 6F, 2B and 2D. RGB value is (111,43,45). Sum of RGB (Red+Green+Blue) = 111+43+45=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2B2D is #90D4D2. Grayscale: #3F3F3F. Windows color (decimal): -9491667 or 2960239. OLE color: 2960239.

HSL color Cylindrical-coordinate representation of color #6F2B2D: hue angle of 358.24º 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 #6F2B2D is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1114345-
CMYK00.610.590.56
HSL358.24º44.16%30.2%-
HSV(B)358.24º61.26%43.53%-
XYZ7.895.33.09-
YUV63.56117.53161.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 43 (17.19% from 255) = 21.61%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=55.78%
G=21.61%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111434500.610.590.56358.2444.1630.2
Hex6F2B2D03D3B381662c1e
Octal157535507573705465436
Binary1101111101011101101011110111101111100010110011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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