#064114

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

Shades of Deep Fir #064114

Tints of Deep Fir #064114

Color information

#064114 (or 0x064114) is unknown color: approx Deep Fir. HEX triplet: 06, 41 and 14. RGB value is (6,65,20). Sum of RGB (Red+Green+Blue) = 6+65+20=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #064114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064114 is #F9BEEB. Grayscale: #2A2A2A. Windows color (decimal): -16367340 or 1327366. OLE color: 1327366.

HSL color Cylindrical-coordinate representation of color #064114: hue angle of 134.24º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064114 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB66520-
CMYK0.9100.690.75
HSL134.24º83.1%13.92%-
HSV(B)134.24º90.77%25.49%-
XYZ2.093.871.3-
YUV42.23115.45102.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 65 (25.78% from 255) = 71.43%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=6.59%
G=71.43%
B=21.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665200.9100.690.75134.2483.113.92
Hex641145B0454B8653e
Octal610124133010511320612316
Binary11010000011010010110110100010110010111000011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064114; }

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

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

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

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

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

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

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

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