#06550C

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

Shades of Myrtle #06550C

Tints of Myrtle #06550C

Color information

#06550C (or 0x06550C) is unknown color: approx Myrtle. HEX triplet: 06, 55 and 0C. RGB value is (6,85,12). Sum of RGB (Red+Green+Blue) = 6+85+12=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 85 (33.59% from 255 or 82.52% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 85 - color contains mainly: green. Hex color #06550C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06550C is #F9AAF3. Grayscale: #353535. Windows color (decimal): -16362228 or 808198. OLE color: 808198.

HSL color Cylindrical-coordinate representation of color #06550C: hue angle of 124.56º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06550C is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB68512-
CMYK0.9300.860.67
HSL124.56º86.81%17.84%-
HSV(B)124.56º92.94%33.33%-
XYZ3.396.561.44-
YUV53.06104.8394.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 85 (33.59% from 255) = 82.52%
BLUE value IS 12 (5.08% from 255) = 11.65%
R=5.83%
G=82.52%
B=11.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685120.9300.860.67124.5686.8117.84
Hex655C5D056437d5712
Octal612514135012610317512722
Binary1101010101110010111010101011010000111111101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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