#064414

Color #064414 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #064414

Tints of Deep Fir #064414

Color information

#064414 (or 0x064414) is unknown color: approx Deep Fir. HEX triplet: 06, 44 and 14. RGB value is (6,68,20). Sum of RGB (Red+Green+Blue) = 6+68+20=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 68 (26.95% from 255 or 72.34% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 68 - color contains mainly: green. Hex color #064414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064414 is #F9BBEB. Grayscale: #2C2C2C. Windows color (decimal): -16366572 or 1328134. OLE color: 1328134.

HSL color Cylindrical-coordinate representation of color #064414: hue angle of 133.55º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064414 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB66820-
CMYK0.9100.710.73
HSL133.55º83.78%14.51%-
HSV(B)133.55º91.18%26.67%-
XYZ2.274.221.36-
YUV43.99114.46100.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 68 (26.95% from 255) = 72.34%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=6.38%
G=72.34%
B=21.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668200.9100.710.73133.5583.7814.51
Hex644145B047498654f
Octal610424133010711120612417
Binary11010001001010010110110100011110010011000011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064414; }

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

 H1.HeaderClassName
 {
   color: #064414;
 }
 .AnyTagClassName
 {
   color: #064414;
 }
</style>
background-color css

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

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

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

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

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

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