#06460B

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

Shades of Myrtle #06460B

Tints of Myrtle #06460B

Color information

#06460B (or 0x06460B) is unknown color: approx Myrtle. HEX triplet: 06, 46 and 0B. RGB value is (6,70,11). Sum of RGB (Red+Green+Blue) = 6+70+11=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 70 (27.73% from 255 or 80.46% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 70 - color contains mainly: green. Hex color #06460B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06460B is #F9B9F4. Grayscale: #2C2C2C. Windows color (decimal): -16366069 or 738822. OLE color: 738822.

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

Color convert

RGB67011-
CMYK0.9100.840.73
HSL124.69º84.21%14.9%-
HSV(B)124.69º91.43%27.45%-
XYZ2.334.441.05-
YUV44.14109.3100.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.90%
GREEN value IS 70 (27.73% from 255) = 80.46%
BLUE value IS 11 (4.69% from 255) = 12.64%
R=6.90%
G=80.46%
B=12.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670110.9100.840.73124.6984.2114.9
Hex646B5B054497d54f
Octal610613133012411117512417
Binary110100011010111011011010101001001001111110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06460B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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