#063D16

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

Shades of Deep Fir #063D16

Tints of Deep Fir #063D16

Color information

#063D16 (or 0x063D16) is unknown color: approx Deep Fir. HEX triplet: 06, 3D and 16. RGB value is (6,61,22). Sum of RGB (Red+Green+Blue) = 6+61+22=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 61 (24.22% from 255 or 68.54% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 61 - color contains mainly: green. Hex color #063D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063D16 is #F9C2E9. Grayscale: #282828. Windows color (decimal): -16368362 or 1457414. OLE color: 1457414.

HSL color Cylindrical-coordinate representation of color #063D16: hue angle of 137.45º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063D16 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.76.

Color convert

RGB66122-
CMYK0.9000.640.76
HSL137.45º82.09%13.14%-
HSV(B)137.45º90.16%23.92%-
XYZ1.893.431.32-
YUV40.11117.78103.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.74%
GREEN value IS 61 (24.22% from 255) = 68.54%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=6.74%
G=68.54%
B=24.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal661220.9000.640.76137.4582.0913.14
Hex63D165A0404C8952d
Octal67526132010011421112215
Binary1101111011011010110100100000010011001000100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063D16; }

 p { color: rgb(6,61,22); }

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

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

 a { background-color: rgb(6,61,22); }

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

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

 span { border-color: rgb(6,61,22); }

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