#6F3031

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

Shades of Tamarillo #6F3031

Tints of Tamarillo #6F3031

Color information

#6F3031 (or 0x6F3031) is unknown color: approx Tamarillo. HEX triplet: 6F, 30 and 31. RGB value is (111,48,49). Sum of RGB (Red+Green+Blue) = 111+48+49=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3031 is #90CFCE. Grayscale: #434343. Windows color (decimal): -9490383 or 3223663. OLE color: 3223663.

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

Color convert

RGB1114849-
CMYK00.570.560.56
HSL359.05º39.62%31.18%-
HSV(B)359.05º56.76%43.53%-
XYZ8.175.723.58-
YUV66.95117.87159.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.37%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=53.37%
G=23.08%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111484900.570.560.56359.0539.6231.18
Hex6F30310393838167281f
Octal157606107170705475037
Binary1101111110000110001011100111100011100010110011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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