#06330A

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

Shades of Myrtle #06330A

Tints of Myrtle #06330A

Color information

#06330A (or 0x06330A) is unknown color: approx Myrtle. HEX triplet: 06, 33 and 0A. RGB value is (6,51,10). Sum of RGB (Red+Green+Blue) = 6+51+10=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 51 (20.31% from 255 or 76.12% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 51 - color contains mainly: green. Hex color #06330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06330A is #F9CCF5. Grayscale: #202020. Windows color (decimal): -16370934 or 668422. OLE color: 668422.

HSL color Cylindrical-coordinate representation of color #06330A: hue angle of 125.33º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06330A is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB65110-
CMYK0.8800.800.8
HSL125.33º78.95%11.18%-
HSV(B)125.33º88.24%20%-
XYZ1.312.430.69-
YUV32.87115.09108.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.96%
GREEN value IS 51 (20.31% from 255) = 76.12%
BLUE value IS 10 (4.30% from 255) = 14.93%
R=8.96%
G=76.12%
B=14.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal651100.8800.800.8125.3378.9511.18
Hex633A58050507d4fb
Octal66312130012012017511713
Binary11011001110101011000010100001010000111110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06330A; }

 p { color: rgb(6,51,10); }

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

<style>
 a { background-color: #06330A; }

 a { background-color: rgb(6,51,10); }

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

<style>
 span { border-color: #06330A; }

 span { border-color: rgb(6,51,10); }

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