#6F2B34

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

Shades of Tamarillo #6F2B34

Tints of Tamarillo #6F2B34

Color information

#6F2B34 (or 0x6F2B34) is unknown color: approx Tamarillo. HEX triplet: 6F, 2B and 34. RGB value is (111,43,52). Sum of RGB (Red+Green+Blue) = 111+43+52=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2B34 is #90D4CB. Grayscale: #404040. Windows color (decimal): -9491660 or 3418991. OLE color: 3418991.

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

Color convert

RGB1114352-
CMYK00.610.530.56
HSL352.06º44.16%30.2%-
HSV(B)352.06º61.26%43.53%-
XYZ8.045.363.86-
YUV64.36121.03161.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.88%
GREEN value IS 43 (17.19% from 255) = 20.87%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=53.88%
G=20.87%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111435200.610.530.56352.0644.1630.2
Hex6F2B3403D35381602c1e
Octal157536407565705405436
Binary1101111101011110100011110111010111100010110000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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