Html Css Color HEX #064314 Deep Fir

📋 copy color: '#064314'

red 6 ◦ green 67 ◦ blue 20

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

Shades of Deep Fir #064314

Tints of Deep Fir #064314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 72.04%

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

R = 6.45%
G = 72.04%
B = 21.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#064314 (or 0x064314) is known color: Deep Fir. HEX triplet: 06, 43 and 14. RGB value is (6,67,20). Sum of RGB (Red+Green+Blue) = 6+67+20=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 67 (26.56% from 255 or 72.04% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 67 - color contains mainly: green. Hex color #064314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064314 is #F9BCEB. Grayscale: #2B2B2B. Windows color (decimal): -16366828 or 1327878. OLE color: 1327878.

HSL color Cylindrical-coordinate representation of color #064314: hue angle of 133.77º degrees, saturation: 0.84, 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 #064314 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 67 20 -
CMYK 0.91 0 0.70 0.74
HSL 133.77º 0.84% 0.14% -
HSV(B) 133.77º 0.91% 0.26% -
XYZ 2.21 4.1 1.34 -
YUV 43.4 114.79 101.32 -
System Red Green Blue C M Y K H S L
Decimal 6 67 20 0.91 0 0.70 0.74 133.77 0.84 0.14
Hex 6 43 14 5B 0 46 4A 86 54 E
Octal 6 103 24 133 0 106 112 206 124 16
Binary 110 1000011 10100 1011011 0 1000110 1001010 10000110 1010100 1110

Color Harmonies of #064314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064314

Black with #064314

Text Example


Text Example

White with #064314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064314; }

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

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

background-color css

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

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

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

border-color css

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

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

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