#064410

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

Shades of Deep Fir #064410

Tints of Deep Fir #064410

Color information

#064410 (or 0x064410) is unknown color: approx Deep Fir. HEX triplet: 06, 44 and 10. RGB value is (6,68,16). Sum of RGB (Red+Green+Blue) = 6+68+16=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 68 (26.95% from 255 or 75.56% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 68 - color contains mainly: green. Hex color #064410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064410 is #F9BBEF. Grayscale: #2B2B2B. Windows color (decimal): -16366576 or 1065990. OLE color: 1065990.

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

Color convert

RGB66816-
CMYK0.9100.760.73
HSL129.68º83.78%14.51%-
HSV(B)129.68º91.18%26.67%-
XYZ2.244.211.19-
YUV43.53112.46101.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.67%
GREEN value IS 68 (26.95% from 255) = 75.56%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=6.67%
G=75.56%
B=17.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668160.9100.760.73129.6883.7814.51
Hex644105B04C498254f
Octal610420133011411120212417
Binary11010001001000010110110100110010010011000001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064410; }

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

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

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

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

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

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

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

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