#063914

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

Shades of Deep Fir #063914

Tints of Deep Fir #063914

Color information

#063914 (or 0x063914) is unknown color: approx Deep Fir. HEX triplet: 06, 39 and 14. RGB value is (6,57,20). Sum of RGB (Red+Green+Blue) = 6+57+20=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 57 (22.66% from 255 or 68.67% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 57 - color contains mainly: green. Hex color #063914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063914 is #F9C6EB. Grayscale: #252525. Windows color (decimal): -16369388 or 1325318. OLE color: 1325318.

HSL color Cylindrical-coordinate representation of color #063914: hue angle of 136.47º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063914 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB65720-
CMYK0.8900.650.78
HSL136.47º80.95%12.35%-
HSV(B)136.47º89.47%22.35%-
XYZ1.663.021.16-
YUV37.53118.1105.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.23%
GREEN value IS 57 (22.66% from 255) = 68.67%
BLUE value IS 20 (8.20% from 255) = 24.10%
R=7.23%
G=68.67%
B=24.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal657200.8900.650.78136.4780.9512.35
Hex63914590414E8851c
Octal67124131010111621012114
Binary1101110011010010110010100000110011101000100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063914; }

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

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

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

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

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

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

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

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