#064511

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

Shades of Deep Fir #064511

Tints of Deep Fir #064511

Color information

#064511 (or 0x064511) is unknown color: approx Deep Fir. HEX triplet: 06, 45 and 11. RGB value is (6,69,17). Sum of RGB (Red+Green+Blue) = 6+69+17=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 69 (27.34% from 255 or 75% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 69 - color contains mainly: green. Hex color #064511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064511 is #F9BAEE. Grayscale: #2C2C2C. Windows color (decimal): -16366319 or 1131782. OLE color: 1131782.

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

Color convert

RGB66917-
CMYK0.9100.750.73
HSL130.48º84%14.71%-
HSV(B)130.48º91.3%27.06%-
XYZ2.34.341.25-
YUV44.24112.63100.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.52%
GREEN value IS 69 (27.34% from 255) = 75%
BLUE value IS 17 (7.03% from 255) = 18.48%
R=6.52%
G=75%
B=18.48%

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
Decimal669170.9100.750.73130.488414.71
Hex645115B04B498254f
Octal610521133011311120212417
Binary11010001011000110110110100101110010011000001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064511; }

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

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

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

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

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

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

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

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