#06380B

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

Shades of Myrtle #06380B

Tints of Myrtle #06380B

Color information

#06380B (or 0x06380B) is unknown color: approx Myrtle. HEX triplet: 06, 38 and 0B. RGB value is (6,56,11). Sum of RGB (Red+Green+Blue) = 6+56+11=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 56 (22.27% from 255 or 76.71% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 56 - color contains mainly: green. Hex color #06380B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06380B is #F9C7F4. Grayscale: #242424. Windows color (decimal): -16369653 or 735238. OLE color: 735238.

HSL color Cylindrical-coordinate representation of color #06380B: hue angle of 126º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06380B is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB65611-
CMYK0.8900.800.78
HSL126º80.65%12.16%-
HSV(B)126º89.29%21.96%-
XYZ1.552.890.79-
YUV35.92113.94106.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.22%
GREEN value IS 56 (22.27% from 255) = 76.71%
BLUE value IS 11 (4.69% from 255) = 15.07%
R=8.22%
G=76.71%
B=15.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal656110.8900.800.7812680.6512.16
Hex638B590504E7e51c
Octal67013131012011617612114
Binary11011100010111011001010100001001110111111010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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