#6F2A2C

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

Shades of Tamarillo #6F2A2C

Tints of Tamarillo #6F2A2C

Color information

#6F2A2C (or 0x6F2A2C) is unknown color: approx Tamarillo. HEX triplet: 6F, 2A and 2C. RGB value is (111,42,44). Sum of RGB (Red+Green+Blue) = 111+42+44=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2A2C is #90D5D3. Grayscale: #3E3E3E. Windows color (decimal): -9491924 or 2894447. OLE color: 2894447.

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

Color convert

RGB1114244-
CMYK00.620.600.56
HSL358.26º45.1%30%-
HSV(B)358.26º62.16%43.53%-
XYZ7.845.222.98-
YUV62.86117.36162.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.35%
GREEN value IS 42 (16.80% from 255) = 21.32%
BLUE value IS 44 (17.58% from 255) = 22.34%
R=56.35%
G=21.32%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111424400.620.600.56358.2645.130
Hex6F2A2C03E3C381662d1e
Octal157525407674705465536
Binary1101111101010101100011111011110011100010110011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,42,44); }

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

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

 a { background-color: rgb(111,42,44); }

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

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

 span { border-color: rgb(111,42,44); }

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