Html Css Color HEX #061404 Myrtle

📋 copy color: '#061404'

red 6 ◦ green 20 ◦ blue 4

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

Shades of Myrtle #061404

Tints of Myrtle #061404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 66.67%

 BLUE value IS 4 (1.95% from 255) = 13.33%

R = 20%
G = 66.67%
B = 13.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.92

RGB Variations

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

Color information

#061404 (or 0x061404) is known color: Myrtle. HEX triplet: 06, 14 and 04. RGB value is (6,20,4). Sum of RGB (Red+Green+Blue) = 6+20+4=30 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20% from 30); Green value is 20 (8.20% from 255 or 66.67% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 20 - color contains mainly: green. Hex color #061404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061404 is #F9EBFB. Grayscale: #0E0E0E. Windows color (decimal): -16378876 or 267270. OLE color: 267270.

HSL color Cylindrical-coordinate representation of color #061404: hue angle of 112.5º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #061404 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.92.

Color convert

RGB 6 20 4 -
CMYK 0.70 0 0.80 0.92
HSL 112.5º 0.67% 0.05% -
HSV(B) 112.5º 0.8% 0.08% -
XYZ 0.35 0.55 0.2 -
YUV 13.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 6 20 4 0.70 0 0.80 0.92 112.5 0.67 0.05
Hex 6 14 4 46 0 50 5C 70 43 5
Octal 6 24 4 106 0 120 134 160 103 5
Binary 110 10100 100 1000110 0 1010000 1011100 1110000 1000011 101

Color Harmonies of #061404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061404

Black with #061404

Text Example


Text Example

White with #061404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061404; }

 p { color: rgb(6,20,4); }

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

background-color css

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

 a { background-color: rgb(6,20,4); }

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

border-color css

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

 span { border-color: rgb(6,20,4); }

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