#06400E

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

Shades of Myrtle #06400E

Tints of Myrtle #06400E

Color information

#06400E (or 0x06400E) is unknown color: approx Myrtle. HEX triplet: 06, 40 and 0E. RGB value is (6,64,14). Sum of RGB (Red+Green+Blue) = 6+64+14=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 64 (25.39% from 255 or 76.19% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 64 - color contains mainly: green. Hex color #06400E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06400E is #F9BFF1. Grayscale: #292929. Windows color (decimal): -16367602 or 933894. OLE color: 933894.

HSL color Cylindrical-coordinate representation of color #06400E: hue angle of 128.28º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06400E is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB66414-
CMYK0.9100.780.75
HSL128.28º82.86%13.73%-
HSV(B)128.28º90.62%25.1%-
XYZ1.993.741.03-
YUV40.96112.78103.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.14%
GREEN value IS 64 (25.39% from 255) = 76.19%
BLUE value IS 14 (5.86% from 255) = 16.67%
R=7.14%
G=76.19%
B=16.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal664140.9100.780.75128.2882.8613.73
Hex640E5B04E4B8053e
Octal610016133011611320012316
Binary1101000000111010110110100111010010111000000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06400E; }

 p { color: rgb(6,64,14); }

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

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

 a { background-color: rgb(6,64,14); }

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

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

 span { border-color: rgb(6,64,14); }

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