#06410C

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

Shades of Myrtle #06410C

Tints of Myrtle #06410C

Color information

#06410C (or 0x06410C) is unknown color: approx Myrtle. HEX triplet: 06, 41 and 0C. RGB value is (6,65,12). Sum of RGB (Red+Green+Blue) = 6+65+12=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 65 (25.78% from 255 or 78.31% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 65 - color contains mainly: green. Hex color #06410C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06410C is #F9BEF3. Grayscale: #292929. Windows color (decimal): -16367348 or 803078. OLE color: 803078.

HSL color Cylindrical-coordinate representation of color #06410C: hue angle of 126.1º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06410C is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB66512-
CMYK0.9100.820.75
HSL126.1º83.1%13.92%-
HSV(B)126.1º90.77%25.49%-
XYZ2.033.850.98-
YUV41.32111.45102.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.23%
GREEN value IS 65 (25.78% from 255) = 78.31%
BLUE value IS 12 (5.08% from 255) = 14.46%
R=7.23%
G=78.31%
B=14.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665120.9100.820.75126.183.113.92
Hex641C5B0524B7e53e
Octal610114133012211317612316
Binary110100000111001011011010100101001011111111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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