#064616

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

Shades of Deep Fir #064616

Tints of Deep Fir #064616

Color information

#064616 (or 0x064616) is unknown color: approx Deep Fir. HEX triplet: 06, 46 and 16. RGB value is (6,70,22). Sum of RGB (Red+Green+Blue) = 6+70+22=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 70 (27.73% from 255 or 71.43% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 70 - color contains mainly: green. Hex color #064616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064616 is #F9B9E9. Grayscale: #2D2D2D. Windows color (decimal): -16366058 or 1459718. OLE color: 1459718.

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

Color convert

RGB67022-
CMYK0.9100.690.73
HSL135º84.21%14.9%-
HSV(B)135º91.43%27.45%-
XYZ2.414.481.5-
YUV45.39114.899.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 70 (27.73% from 255) = 71.43%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=6.12%
G=71.43%
B=22.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670220.9100.690.7313584.2114.9
Hex646165B045498754f
Octal610626133010511120712417
Binary11010001101011010110110100010110010011000011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064616; }

 p { color: rgb(6,70,22); }

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

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

 a { background-color: rgb(6,70,22); }

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

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

 span { border-color: rgb(6,70,22); }

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