#06460F

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

Shades of Myrtle #06460F

Tints of Myrtle #06460F

Color information

#06460F (or 0x06460F) is unknown color: approx Myrtle. HEX triplet: 06, 46 and 0F. RGB value is (6,70,15). Sum of RGB (Red+Green+Blue) = 6+70+15=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 70 (27.73% from 255 or 76.92% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 70 - color contains mainly: green. Hex color #06460F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06460F is #F9B9F0. Grayscale: #2C2C2C. Windows color (decimal): -16366065 or 1000966. OLE color: 1000966.

HSL color Cylindrical-coordinate representation of color #06460F: hue angle of 128.44º 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 #06460F is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB67015-
CMYK0.9100.790.73
HSL128.44º84.21%14.9%-
HSV(B)128.44º91.43%27.45%-
XYZ2.354.451.19-
YUV44.59111.3100.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 70 (27.73% from 255) = 76.92%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=6.59%
G=76.92%
B=16.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670150.9100.790.73128.4484.2114.9
Hex646F5B04F498054f
Octal610617133011711120012417
Binary1101000110111110110110100111110010011000000010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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