#06460c

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

Shades of Myrtle #06460C

Tints of Myrtle #06460C

Color information

#06460C (or 0x06460C) is unknown color: approx Myrtle. HEX triplet: 06, 46 and 0C. RGB value is (6,70,12). Sum of RGB (Red+Green+Blue) = 6+70+12=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 70 (27.73% from 255 or 79.55% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 70 - color contains mainly: green. Hex color #06460C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06460C is #F9B9F3. Grayscale: #2C2C2C. Windows color (decimal): -16366068 or 804358. OLE color: 804358.

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

Color convert

RGB67012-
CMYK0.9100.830.73
HSL125.62º84.21%14.9%-
HSV(B)125.62º91.43%27.45%-
XYZ2.334.451.08-
YUV44.25109.8100.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 70 (27.73% from 255) = 79.55%
BLUE value IS 12 (5.08% from 255) = 13.64%
R=6.82%
G=79.55%
B=13.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670120.9100.830.73125.6284.2114.9
Hex646C5B053497e54f
Octal610614133012311117612417
Binary110100011011001011011010100111001001111111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06460c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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