#063C16

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

Shades of Deep Fir #063C16

Tints of Deep Fir #063C16

Color information

#063C16 (or 0x063C16) is unknown color: approx Deep Fir. HEX triplet: 06, 3C and 16. RGB value is (6,60,22). Sum of RGB (Red+Green+Blue) = 6+60+22=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 60 (23.83% from 255 or 68.18% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 60 - color contains mainly: green. Hex color #063C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063C16 is #F9C3E9. Grayscale: #272727. Windows color (decimal): -16368618 or 1457158. OLE color: 1457158.

HSL color Cylindrical-coordinate representation of color #063C16: hue angle of 137.78º 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 #063C16 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.

Color convert

RGB66022-
CMYK0.9000.630.76
HSL137.78º81.82%12.94%-
HSV(B)137.78º90%23.53%-
XYZ1.843.331.3-
YUV39.52118.11104.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 60 (23.83% from 255) = 68.18%
BLUE value IS 22 (8.98% from 255) = 25%
R=6.82%
G=68.18%
B=25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal660220.9000.630.76137.7881.8212.94
Hex63C165A03F4C8a52d
Octal6742613207711421212215
Binary110111100101101011010011111110011001000101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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