#06460D

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

Shades of Myrtle #06460D

Tints of Myrtle #06460D

Color information

#06460D (or 0x06460D) is unknown color: approx Myrtle. HEX triplet: 06, 46 and 0D. RGB value is (6,70,13). Sum of RGB (Red+Green+Blue) = 6+70+13=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 70 (27.73% from 255 or 78.65% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 70 - color contains mainly: green. Hex color #06460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06460D is #F9B9F2. Grayscale: #2C2C2C. Windows color (decimal): -16366067 or 869894. OLE color: 869894.

HSL color Cylindrical-coordinate representation of color #06460D: hue angle of 126.56º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06460D is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB67013-
CMYK0.9100.810.73
HSL126.56º84.21%14.9%-
HSV(B)126.56º91.43%27.45%-
XYZ2.344.451.12-
YUV44.37110.3100.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.74%
GREEN value IS 70 (27.73% from 255) = 78.65%
BLUE value IS 13 (5.47% from 255) = 14.61%
R=6.74%
G=78.65%
B=14.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670130.9100.810.73126.5684.2114.9
Hex646D5B051497f54f
Octal610615133012111117712417
Binary110100011011011011011010100011001001111111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06460D; }

 p { color: rgb(6,70,13); }

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

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

 a { background-color: rgb(6,70,13); }

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

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

 span { border-color: rgb(6,70,13); }

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