#063114

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

Shades of Deep Fir #063114

Tints of Deep Fir #063114

Color information

#063114 (or 0x063114) is unknown color: approx Deep Fir. HEX triplet: 06, 31 and 14. RGB value is (6,49,20). Sum of RGB (Red+Green+Blue) = 6+49+20=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 49 (19.53% from 255 or 65.33% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 49 - color contains mainly: green. Hex color #063114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063114 is #F9CEEB. Grayscale: #202020. Windows color (decimal): -16371436 or 1323270. OLE color: 1323270.

HSL color Cylindrical-coordinate representation of color #063114: hue angle of 139.53º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063114 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB64920-
CMYK0.8800.590.81
HSL139.53º78.18%10.78%-
HSV(B)139.53º87.76%19.22%-
XYZ1.32.291.03-
YUV32.84120.75108.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8%
GREEN value IS 49 (19.53% from 255) = 65.33%
BLUE value IS 20 (8.20% from 255) = 26.67%
R=8%
G=65.33%
B=26.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649200.8800.590.81139.5378.1810.78
Hex631145803B518c4eb
Octal6612413007312121411613
Binary110110001101001011000011101110100011000110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063114; }

 p { color: rgb(6,49,20); }

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

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

 a { background-color: rgb(6,49,20); }

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

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

 span { border-color: rgb(6,49,20); }

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