#064415

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

Shades of Deep Fir #064415

Tints of Deep Fir #064415

Color information

#064415 (or 0x064415) is unknown color: approx Deep Fir. HEX triplet: 06, 44 and 15. RGB value is (6,68,21). Sum of RGB (Red+Green+Blue) = 6+68+21=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 68 (26.95% from 255 or 71.58% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 68 - color contains mainly: green. Hex color #064415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064415 is #F9BBEA. Grayscale: #2C2C2C. Windows color (decimal): -16366571 or 1393670. OLE color: 1393670.

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

Color convert

RGB66821-
CMYK0.9100.690.73
HSL134.52º83.78%14.51%-
HSV(B)134.52º91.18%26.67%-
XYZ2.284.231.41-
YUV44.1114.96100.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 68 (26.95% from 255) = 71.58%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=6.32%
G=71.58%
B=22.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668210.9100.690.73134.5283.7814.51
Hex644155B045498754f
Octal610425133010511120712417
Binary11010001001010110110110100010110010011000011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064415; }

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

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

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

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

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

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

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

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