#06410B

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

Shades of Myrtle #06410B

Tints of Myrtle #06410B

Color information

#06410B (or 0x06410B) is unknown color: approx Myrtle. HEX triplet: 06, 41 and 0B. RGB value is (6,65,11). Sum of RGB (Red+Green+Blue) = 6+65+11=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 65 (25.78% from 255 or 79.27% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 65 - color contains mainly: green. Hex color #06410B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06410B is #F9BEF4. Grayscale: #292929. Windows color (decimal): -16367349 or 737542. OLE color: 737542.

HSL color Cylindrical-coordinate representation of color #06410B: hue angle of 125.08º 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 #06410B is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB66511-
CMYK0.9100.830.75
HSL125.08º83.1%13.92%-
HSV(B)125.08º90.77%25.49%-
XYZ2.033.840.95-
YUV41.2110.95102.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.32%
GREEN value IS 65 (25.78% from 255) = 79.27%
BLUE value IS 11 (4.69% from 255) = 13.41%
R=7.32%
G=79.27%
B=13.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665110.9100.830.75125.0883.113.92
Hex641B5B0534B7d53e
Octal610113133012311317512316
Binary110100000110111011011010100111001011111110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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