#063F11

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

Shades of Deep Fir #063F11

Tints of Deep Fir #063F11

Color information

#063F11 (or 0x063F11) is unknown color: approx Deep Fir. HEX triplet: 06, 3F and 11. RGB value is (6,63,17). Sum of RGB (Red+Green+Blue) = 6+63+17=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 63 (25% from 255 or 73.26% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 63 - color contains mainly: green. Hex color #063F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063F11 is #F9C0EE. Grayscale: #282828. Windows color (decimal): -16367855 or 1130246. OLE color: 1130246.

HSL color Cylindrical-coordinate representation of color #063F11: hue angle of 131.58º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063F11 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB66317-
CMYK0.9000.730.75
HSL131.58º82.61%13.53%-
HSV(B)131.58º90.48%24.71%-
XYZ1.953.631.13-
YUV40.71114.62103.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.98%
GREEN value IS 63 (25% from 255) = 73.26%
BLUE value IS 17 (7.03% from 255) = 19.77%
R=6.98%
G=73.26%
B=19.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal663170.9000.730.75131.5882.6113.53
Hex63F115A0494B8453e
Octal67721132011111320412316
Binary1101111111000110110100100100110010111000010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,63,17); }

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

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

 a { background-color: rgb(6,63,17); }

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

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

 span { border-color: rgb(6,63,17); }

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