#063E0F

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

Shades of Deep Fir #063E0F

Tints of Deep Fir #063E0F

Color information

#063E0F (or 0x063E0F) is unknown color: approx Deep Fir. HEX triplet: 06, 3E and 0F. RGB value is (6,62,15). Sum of RGB (Red+Green+Blue) = 6+62+15=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 62 (24.61% from 255 or 74.70% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 62 - color contains mainly: green. Hex color #063E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063E0F is #F9C1F0. Grayscale: #282828. Windows color (decimal): -16368113 or 998918. OLE color: 998918.

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

Color convert

RGB66215-
CMYK0.9000.760.76
HSL129.64º82.35%13.33%-
HSV(B)129.64º90.32%24.31%-
XYZ1.883.521.03-
YUV39.9113.95103.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.23%
GREEN value IS 62 (24.61% from 255) = 74.70%
BLUE value IS 15 (6.25% from 255) = 18.07%
R=7.23%
G=74.70%
B=18.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal662150.9000.760.76129.6482.3513.33
Hex63EF5A04C4C8252d
Octal67617132011411420212215
Binary110111110111110110100100110010011001000001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,62,15); }

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

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

 a { background-color: rgb(6,62,15); }

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

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

 span { border-color: rgb(6,62,15); }

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