Html Css Color HEX #06420D Myrtle

📋 copy color: '#06420D'

red 6 ◦ green 66 ◦ blue 13

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

Shades of Myrtle #06420D

Tints of Myrtle #06420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 77.65%

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

R = 7.06%
G = 77.65%
B = 15.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#06420D (or 0x06420D) is known color: Myrtle. HEX triplet: 06, 42 and 0D. RGB value is (6,66,13). Sum of RGB (Red+Green+Blue) = 6+66+13=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 66 (26.17% from 255 or 77.65% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 66 - color contains mainly: green. Hex color #06420D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06420D is #F9BDF2. Grayscale: #2A2A2A. Windows color (decimal): -16367091 or 868870. OLE color: 868870.

HSL color Cylindrical-coordinate representation of color #06420D: hue angle of 127º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06420D is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 66 13 -
CMYK 0.91 0 0.80 0.74
HSL 127º 0.83% 0.14% -
HSV(B) 127º 0.91% 0.26% -
XYZ 2.1 3.96 1.04 -
YUV 42.02 111.62 102.31 -
System Red Green Blue C M Y K H S L
Decimal 6 66 13 0.91 0 0.80 0.74 127 0.83 0.14
Hex 6 42 D 5B 0 50 4A 7F 53 E
Octal 6 102 15 133 0 120 112 177 123 16
Binary 110 1000010 1101 1011011 0 1010000 1001010 1111111 1010011 1110

Color Harmonies of #06420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06420D

Black with #06420D

Text Example


Text Example

White with #06420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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