#064411

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

Shades of Deep Fir #064411

Tints of Deep Fir #064411

Color information

#064411 (or 0x064411) is unknown color: approx Deep Fir. HEX triplet: 06, 44 and 11. RGB value is (6,68,17). Sum of RGB (Red+Green+Blue) = 6+68+17=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 68 (26.95% from 255 or 74.73% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 68 - color contains mainly: green. Hex color #064411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064411 is #F9BBEE. Grayscale: #2B2B2B. Windows color (decimal): -16366575 or 1131526. OLE color: 1131526.

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

Color convert

RGB66817-
CMYK0.9100.750.73
HSL130.65º83.78%14.51%-
HSV(B)130.65º91.18%26.67%-
XYZ2.244.211.23-
YUV43.65112.96101.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 68 (26.95% from 255) = 74.73%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=6.59%
G=74.73%
B=18.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668170.9100.750.73130.6583.7814.51
Hex644115B04B498354f
Octal610421133011311120312417
Binary11010001001000110110110100101110010011000001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064411; }

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

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

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

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

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

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

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

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