#064010

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

Shades of Deep Fir #064010

Tints of Deep Fir #064010

Color information

#064010 (or 0x064010) is unknown color: approx Deep Fir. HEX triplet: 06, 40 and 10. RGB value is (6,64,16). Sum of RGB (Red+Green+Blue) = 6+64+16=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 64 (25.39% from 255 or 74.42% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 64 - color contains mainly: green. Hex color #064010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064010 is #F9BFEF. Grayscale: #292929. Windows color (decimal): -16367600 or 1064966. OLE color: 1064966.

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

Color convert

RGB66416-
CMYK0.9100.750.75
HSL130.34º82.86%13.73%-
HSV(B)130.34º90.62%25.1%-
XYZ23.741.11-
YUV41.19113.78102.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.98%
GREEN value IS 64 (25.39% from 255) = 74.42%
BLUE value IS 16 (6.64% from 255) = 18.60%
R=6.98%
G=74.42%
B=18.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal664160.9100.750.75130.3482.8613.73
Hex640105B04B4B8253e
Octal610020133011311320212316
Binary11010000001000010110110100101110010111000001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064010; }

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

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

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

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

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

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

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

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