#6F292D

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

Shades of Tamarillo #6F292D

Tints of Tamarillo #6F292D

Color information

#6F292D (or 0x6F292D) is unknown color: approx Tamarillo. HEX triplet: 6F, 29 and 2D. RGB value is (111,41,45). Sum of RGB (Red+Green+Blue) = 111+41+45=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F292D is #90D6D2. Grayscale: #3E3E3E. Windows color (decimal): -9492179 or 2959727. OLE color: 2959727.

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

Color convert

RGB1114145-
CMYK00.630.590.56
HSL356.57º46.05%29.8%-
HSV(B)356.57º63.06%43.53%-
XYZ7.825.153.07-
YUV62.39118.19162.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.35%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=56.35%
G=20.81%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111414500.630.590.56356.5746.0529.8
Hex6F292D03F3B381652e1e
Octal157515507773705455636
Binary1101111101001101101011111111101111100010110010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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