Html Css Color HEX #06420E Myrtle

📋 copy color: '#06420E'

red 6 ◦ green 66 ◦ blue 14

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

Shades of Myrtle #06420E

Tints of Myrtle #06420E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.28%

R = 6.98%
G = 76.74%
B = 16.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#06420E (or 0x06420E) is known color: Myrtle. HEX triplet: 06, 42 and 0E. RGB value is (6,66,14). Sum of RGB (Red+Green+Blue) = 6+66+14=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 66 (26.17% from 255 or 76.74% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 66 - color contains mainly: green. Hex color #06420E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06420E is #F9BDF1. Grayscale: #2A2A2A. Windows color (decimal): -16367090 or 934406. OLE color: 934406.

HSL color Cylindrical-coordinate representation of color #06420E: hue angle of 128º 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 #06420E is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 66 14 -
CMYK 0.91 0 0.79 0.74
HSL 128º 0.83% 0.14% -
HSV(B) 128º 0.91% 0.26% -
XYZ 2.1 3.97 1.07 -
YUV 42.13 112.12 102.23 -
System Red Green Blue C M Y K H S L
Decimal 6 66 14 0.91 0 0.79 0.74 128 0.83 0.14
Hex 6 42 E 5B 0 4F 4A 80 53 E
Octal 6 102 16 133 0 117 112 200 123 16
Binary 110 1000010 1110 1011011 0 1001111 1001010 10000000 1010011 1110

Color Harmonies of #06420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06420E

Black with #06420E

Text Example


Text Example

White with #06420E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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