Html Css Color HEX #064014 Deep Fir

📋 copy color: '#064014'

red 6 ◦ green 64 ◦ blue 20

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

Shades of Deep Fir #064014

Tints of Deep Fir #064014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 22.22%

R = 6.67%
G = 71.11%
B = 22.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#064014 (or 0x064014) is known color: Deep Fir. HEX triplet: 06, 40 and 14. RGB value is (6,64,20). Sum of RGB (Red+Green+Blue) = 6+64+20=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #064014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064014 is #F9BFEB. Grayscale: #292929. Windows color (decimal): -16367596 or 1327110. OLE color: 1327110.

HSL color Cylindrical-coordinate representation of color #064014: hue angle of 134.48º 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 #064014 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 20 -
CMYK 0.91 0 0.69 0.75
HSL 134.48º 0.83% 0.14% -
HSV(B) 134.48º 0.91% 0.25% -
XYZ 2.03 3.76 1.28 -
YUV 41.64 115.78 102.58 -
System Red Green Blue C M Y K H S L
Decimal 6 64 20 0.91 0 0.69 0.75 134.48 0.83 0.14
Hex 6 40 14 5B 0 45 4B 86 53 E
Octal 6 100 24 133 0 105 113 206 123 16
Binary 110 1000000 10100 1011011 0 1000101 1001011 10000110 1010011 1110

Color Harmonies of #064014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064014

Black with #064014

Text Example


Text Example

White with #064014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064014; }

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

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

background-color css

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

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

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

border-color css

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

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

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