#06450B

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

Shades of Myrtle #06450B

Tints of Myrtle #06450B

Color information

#06450B (or 0x06450B) is unknown color: approx Myrtle. HEX triplet: 06, 45 and 0B. RGB value is (6,69,11). Sum of RGB (Red+Green+Blue) = 6+69+11=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 69 (27.34% from 255 or 80.23% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 69 - color contains mainly: green. Hex color #06450B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06450B is #F9BAF4. Grayscale: #2B2B2B. Windows color (decimal): -16366325 or 738566. OLE color: 738566.

HSL color Cylindrical-coordinate representation of color #06450B: hue angle of 124.76º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06450B is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB66911-
CMYK0.9100.840.73
HSL124.76º84%14.71%-
HSV(B)124.76º91.3%27.06%-
XYZ2.264.321.03-
YUV43.55109.63101.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.98%
GREEN value IS 69 (27.34% from 255) = 80.23%
BLUE value IS 11 (4.69% from 255) = 12.79%
R=6.98%
G=80.23%
B=12.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal669110.9100.840.73124.768414.71
Hex645B5B054497d54f
Octal610513133012411117512417
Binary110100010110111011011010101001001001111110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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