#064017

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

Shades of Deep Fir #064017

Tints of Deep Fir #064017

Color information

#064017 (or 0x064017) is unknown color: approx Deep Fir. HEX triplet: 06, 40 and 17. RGB value is (6,64,23). Sum of RGB (Red+Green+Blue) = 6+64+23=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #064017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064017 is #F9BFE8. Grayscale: #2A2A2A. Windows color (decimal): -16367593 or 1523718. OLE color: 1523718.

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

Color convert

RGB66423-
CMYK0.9100.640.75
HSL137.59º82.86%13.73%-
HSV(B)137.59º90.62%25.1%-
XYZ2.063.771.43-
YUV41.98117.28102.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.45%
GREEN value IS 64 (25.39% from 255) = 68.82%
BLUE value IS 23 (9.38% from 255) = 24.73%
R=6.45%
G=68.82%
B=24.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal664230.9100.640.75137.5982.8613.73
Hex640175B0404B8a53e
Octal610027133010011321212316
Binary11010000001011110110110100000010010111000101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064017; }

 p { color: rgb(6,64,23); }

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

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

 a { background-color: rgb(6,64,23); }

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

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

 span { border-color: rgb(6,64,23); }

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