#06320A

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

Shades of Myrtle #06320A

Tints of Myrtle #06320A

Color information

#06320A (or 0x06320A) is unknown color: approx Myrtle. HEX triplet: 06, 32 and 0A. RGB value is (6,50,10). Sum of RGB (Red+Green+Blue) = 6+50+10=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 50 (19.92% from 255 or 75.76% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 50 - color contains mainly: green. Hex color #06320A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06320A is #F9CDF5. Grayscale: #202020. Windows color (decimal): -16371190 or 668166. OLE color: 668166.

HSL color Cylindrical-coordinate representation of color #06320A: hue angle of 125.45º 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 #06320A is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.80.

Color convert

RGB65010-
CMYK0.8800.800.80
HSL125.45º78.57%10.98%-
HSV(B)125.45º88%19.61%-
XYZ1.272.340.67-
YUV32.28115.42109.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.09%
GREEN value IS 50 (19.92% from 255) = 75.76%
BLUE value IS 10 (4.30% from 255) = 15.15%
R=9.09%
G=75.76%
B=15.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal650100.8800.800.80125.4578.5710.98
Hex632A58050507d4fb
Octal66212130012012017511713
Binary11011001010101011000010100001010000111110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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