#063F15

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

Shades of Deep Fir #063F15

Tints of Deep Fir #063F15

Color information

#063F15 (or 0x063F15) is unknown color: approx Deep Fir. HEX triplet: 06, 3F and 15. RGB value is (6,63,21). Sum of RGB (Red+Green+Blue) = 6+63+21=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 63 (25% from 255 or 70% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 63 - color contains mainly: green. Hex color #063F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063F15 is #F9C0EA. Grayscale: #292929. Windows color (decimal): -16367851 or 1392390. OLE color: 1392390.

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

Color convert

RGB66321-
CMYK0.9000.670.75
HSL135.79º82.61%13.53%-
HSV(B)135.79º90.48%24.71%-
XYZ1.993.651.31-
YUV41.17116.62102.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.67%
GREEN value IS 63 (25% from 255) = 70%
BLUE value IS 21 (8.59% from 255) = 23.33%
R=6.67%
G=70%
B=23.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal663210.9000.670.75135.7982.6113.53
Hex63F155A0434B8853e
Octal67725132010311321012316
Binary1101111111010110110100100001110010111000100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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