#063A0F

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

Shades of Deep Fir #063A0F

Tints of Deep Fir #063A0F

Color information

#063A0F (or 0x063A0F) is unknown color: approx Deep Fir. HEX triplet: 06, 3A and 0F. RGB value is (6,58,15). Sum of RGB (Red+Green+Blue) = 6+58+15=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 58 (23.05% from 255 or 73.42% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 58 - color contains mainly: green. Hex color #063A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063A0F is #F9C5F0. Grayscale: #252525. Windows color (decimal): -16369137 or 997894. OLE color: 997894.

HSL color Cylindrical-coordinate representation of color #063A0F: hue angle of 130.38º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063A0F is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB65815-
CMYK0.9000.740.77
HSL130.38º81.25%12.55%-
HSV(B)130.38º89.66%22.75%-
XYZ1.673.10.96-
YUV37.55115.27105.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.59%
GREEN value IS 58 (23.05% from 255) = 73.42%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=7.59%
G=73.42%
B=18.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal658150.9000.740.77130.3881.2512.55
Hex63AF5A04A4D8251d
Octal67217132011211520212115
Binary110111010111110110100100101010011011000001010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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