#064310

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

Shades of Deep Fir #064310

Tints of Deep Fir #064310

Color information

#064310 (or 0x064310) is unknown color: approx Deep Fir. HEX triplet: 06, 43 and 10. RGB value is (6,67,16). Sum of RGB (Red+Green+Blue) = 6+67+16=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 67 (26.56% from 255 or 75.28% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 67 - color contains mainly: green. Hex color #064310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064310 is #F9BCEF. Grayscale: #2B2B2B. Windows color (decimal): -16366832 or 1065734. OLE color: 1065734.

HSL color Cylindrical-coordinate representation of color #064310: hue angle of 129.84º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064310 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB66716-
CMYK0.9100.760.74
HSL129.84º83.56%14.31%-
HSV(B)129.84º91.04%26.27%-
XYZ2.184.091.17-
YUV42.95112.79101.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.74%
GREEN value IS 67 (26.56% from 255) = 75.28%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=6.74%
G=75.28%
B=17.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667160.9100.760.74129.8483.5614.31
Hex643105B04C4A8254e
Octal610320133011411220212416
Binary11010000111000010110110100110010010101000001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064310; }

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

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

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

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

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

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

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

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