#140F06

Color #140F06 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #140F06

Tints of Maire #140F06

Color information

#140F06 (or 0x140F06) is unknown color: approx Maire. HEX triplet: 14, 0F and 06. RGB value is (20,15,6). Sum of RGB (Red+Green+Blue) = 20+15+6=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #140F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F06 is #EBF0F9. Grayscale: #0F0F0F. Windows color (decimal): -15462650 or 397076. OLE color: 397076.

HSL color Cylindrical-coordinate representation of color #140F06: hue angle of 38.57º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #140F06 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB20156-
CMYK00.250.700.92
HSL38.57º53.85%5.1%-
HSV(B)38.57º70%7.84%-
XYZ0.490.50.24-
YUV15.47122.66131.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 48.78%
GREEN value IS 15 (6.25% from 255) = 36.59%
BLUE value IS 6 (2.73% from 255) = 14.63%
R=48.78%
G=36.59%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2015600.250.700.9238.5753.855.1
Hex14F6019465C27365
Octal2417603110613447665
Binary10100111111001100110001101011100100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140F06; }

 p { color: rgb(20,15,6); }

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

<style>
 a { background-color: #140F06; }

 a { background-color: rgb(20,15,6); }

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

<style>
 span { border-color: #140F06; }

 span { border-color: rgb(20,15,6); }

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