Html Css Color HEX #064019 Deep Fir

📋 copy color: '#064019'

red 6 ◦ green 64 ◦ blue 25

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

Shades of Deep Fir #064019

Tints of Deep Fir #064019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 67.37%

 BLUE value IS 25 (10.16% from 255) = 26.32%

R = 6.32%
G = 67.37%
B = 26.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#064019 (or 0x064019) is known color: Deep Fir. HEX triplet: 06, 40 and 19. RGB value is (6,64,25). Sum of RGB (Red+Green+Blue) = 6+64+25=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #064019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064019 is #F9BFE6. Grayscale: #2A2A2A. Windows color (decimal): -16367591 or 1654790. OLE color: 1654790.

HSL color Cylindrical-coordinate representation of color #064019: hue angle of 139.66º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064019 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 25 -
CMYK 0.91 0 0.61 0.75
HSL 139.66º 0.83% 0.14% -
HSV(B) 139.66º 0.91% 0.25% -
XYZ 2.08 3.78 1.54 -
YUV 42.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 6 64 25 0.91 0 0.61 0.75 139.66 0.83 0.14
Hex 6 40 19 5B 0 3D 4B 8C 53 E
Octal 6 100 31 133 0 75 113 214 123 16
Binary 110 1000000 11001 1011011 0 111101 1001011 10001100 1010011 1110

Color Harmonies of #064019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064019

Black with #064019

Text Example


Text Example

White with #064019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064019; }

 p { color: rgb(6,64,25); }

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

background-color css

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

 a { background-color: rgb(6,64,25); }

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

border-color css

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

 span { border-color: rgb(6,64,25); }

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