#06510C

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

Shades of Myrtle #06510C

Tints of Myrtle #06510C

Color information

#06510C (or 0x06510C) is unknown color: approx Myrtle. HEX triplet: 06, 51 and 0C. RGB value is (6,81,12). Sum of RGB (Red+Green+Blue) = 6+81+12=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 81 (32.03% from 255 or 81.82% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 81 - color contains mainly: green. Hex color #06510C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06510C is #F9AEF3. Grayscale: #323232. Windows color (decimal): -16363252 or 807174. OLE color: 807174.

HSL color Cylindrical-coordinate representation of color #06510C: hue angle of 124.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06510C is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB68112-
CMYK0.9300.850.68
HSL124.8º86.21%17.06%-
HSV(B)124.8º92.59%31.76%-
XYZ3.085.951.33-
YUV50.71106.1596.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.06%
GREEN value IS 81 (32.03% from 255) = 81.82%
BLUE value IS 12 (5.08% from 255) = 12.12%
R=6.06%
G=81.82%
B=12.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681120.9300.850.68124.886.2117.06
Hex651C5D055447d5611
Octal612114135012510417512621
Binary1101010001110010111010101010110001001111101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06510C; }

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

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

<style>
 a { background-color: #06510C; }

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

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

<style>
 span { border-color: #06510C; }

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

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