#064215

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

Shades of Deep Fir #064215

Tints of Deep Fir #064215

Color information

#064215 (or 0x064215) is unknown color: approx Deep Fir. HEX triplet: 06, 42 and 15. RGB value is (6,66,21). Sum of RGB (Red+Green+Blue) = 6+66+21=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 66 (26.17% from 255 or 70.97% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 66 - color contains mainly: green. Hex color #064215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064215 is #F9BDEA. Grayscale: #2B2B2B. Windows color (decimal): -16367083 or 1393158. OLE color: 1393158.

HSL color Cylindrical-coordinate representation of color #064215: hue angle of 135º degrees, saturation: 0.83, 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 #064215 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.74.

Color convert

RGB66621-
CMYK0.9100.680.74
HSL135º83.33%14.12%-
HSV(B)135º90.91%25.88%-
XYZ2.163.991.37-
YUV42.93115.62101.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.45%
GREEN value IS 66 (26.17% from 255) = 70.97%
BLUE value IS 21 (8.59% from 255) = 22.58%
R=6.45%
G=70.97%
B=22.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666210.9100.680.7413583.3314.12
Hex642155B0444A8753e
Octal610225133010411220712316
Binary11010000101010110110110100010010010101000011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064215; }

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

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

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

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

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

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

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

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