#081006

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

Shades of Myrtle #081006

Tints of Myrtle #081006

Color information

#081006 (or 0x081006) is unknown color: approx Myrtle. HEX triplet: 08, 10 and 06. RGB value is (8,16,6). Sum of RGB (Red+Green+Blue) = 8+16+6=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 16 (6.64% from 255 or 53.33% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 16 - color contains mainly: green. Hex color #081006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081006 is #F7EFF9. Grayscale: #0C0C0C. Windows color (decimal): -16248826 or 397320. OLE color: 397320.

HSL color Cylindrical-coordinate representation of color #081006: hue angle of 108º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #081006 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.94.

Color convert

RGB8166-
CMYK0.5000.620.94
HSL108º45.45%4.31%-
HSV(B)108º62.5%6.27%-
XYZ0.320.440.24-
YUV12.47124.35124.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 26.67%
GREEN value IS 16 (6.64% from 255) = 53.33%
BLUE value IS 6 (2.73% from 255) = 20%
R=26.67%
G=53.33%
B=20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal81660.5000.620.9410845.454.31
Hex81063203E5E6c2d4
Octal1020662076136154554
Binary100010000110110010011111010111101101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081006; }

 p { color: rgb(8,16,6); }

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

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

 a { background-color: rgb(8,16,6); }

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

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

 span { border-color: rgb(8,16,6); }

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