Html Css Color HEX #06490D Myrtle

📋 copy color: '#06490D'

red 6 ◦ green 73 ◦ blue 13

#06490D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #06490D

Tints of Myrtle #06490D

RGB

 RED value IS 6 (2.73% from 255) = 6.52%

 GREEN value IS 73 (28.91% from 255) = 79.35%

 BLUE value IS 13 (5.47% from 255) = 14.13%

R = 6.52%
G = 79.35%
B = 14.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#06490D (or 0x06490D) is known color: Myrtle. HEX triplet: 06, 49 and 0D. RGB value is (6,73,13). Sum of RGB (Red+Green+Blue) = 6+73+13=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 73 (28.91% from 255 or 79.35% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 73 - color contains mainly: green. Hex color #06490D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06490D is #F9B6F2. Grayscale: #2E2E2E. Windows color (decimal): -16365299 or 870662. OLE color: 870662.

HSL color Cylindrical-coordinate representation of color #06490D: hue angle of 126.27º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06490D is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 73 13 -
CMYK 0.92 0 0.82 0.71
HSL 126.27º 0.85% 0.15% -
HSV(B) 126.27º 0.92% 0.29% -
XYZ 2.53 4.83 1.18 -
YUV 46.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 6 73 13 0.92 0 0.82 0.71 126.27 0.85 0.15
Hex 6 49 D 5C 0 52 47 7E 55 F
Octal 6 111 15 134 0 122 107 176 125 17
Binary 110 1001001 1101 1011100 0 1010010 1000111 1111110 1010101 1111

Color Harmonies of #06490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06490D

Black with #06490D

Text Example


Text Example

White with #06490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06490D; }

 p { color: rgb(6,73,13); }

 H1.HeaderClassName
 {
   color: #06490D;
 }
 .AnyTagClassName
 {
   color: #06490D;
 }
</style>

background-color css

<style>
 a { background-color: #06490D; }

 a { background-color: rgb(6,73,13); }

 div.DivClassName
 {
   background-color: #06490D;
 }
 .BgClassName
 {
   background-color: #06490D;
 }
</style>

border-color css

<style>
 span { border-color: #06490D; }

 span { border-color: rgb(6,73,13); }

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