#064216

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

Shades of Deep Fir #064216

Tints of Deep Fir #064216

Color information

#064216 (or 0x064216) is unknown color: approx Deep Fir. HEX triplet: 06, 42 and 16. RGB value is (6,66,22). Sum of RGB (Red+Green+Blue) = 6+66+22=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 66 (26.17% from 255 or 70.21% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 66 - color contains mainly: green. Hex color #064216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064216 is #F9BDE9. Grayscale: #2B2B2B. Windows color (decimal): -16367082 or 1458694. OLE color: 1458694.

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

Color convert

RGB66622-
CMYK0.9100.670.74
HSL136º83.33%14.12%-
HSV(B)136º90.91%25.88%-
XYZ2.173.991.42-
YUV43.04116.12101.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 66 (26.17% from 255) = 70.21%
BLUE value IS 22 (8.98% from 255) = 23.40%
R=6.38%
G=70.21%
B=23.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666220.9100.670.7413683.3314.12
Hex642165B0434A8853e
Octal610226133010311221012316
Binary11010000101011010110110100001110010101000100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064216; }

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

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

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

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

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

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

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

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