#06390E

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

Shades of Deep Fir #06390E

Tints of Deep Fir #06390E

Color information

#06390E (or 0x06390E) is unknown color: approx Deep Fir. HEX triplet: 06, 39 and 0E. RGB value is (6,57,14). Sum of RGB (Red+Green+Blue) = 6+57+14=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 57 (22.66% from 255 or 74.03% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 57 - color contains mainly: green. Hex color #06390E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06390E is #F9C6F1. Grayscale: #242424. Windows color (decimal): -16369394 or 932102. OLE color: 932102.

HSL color Cylindrical-coordinate representation of color #06390E: hue angle of 129.41º 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 #06390E is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB65714-
CMYK0.8900.750.78
HSL129.41º80.95%12.35%-
HSV(B)129.41º89.47%22.35%-
XYZ1.6230.91-
YUV36.85115.1106-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 57 (22.66% from 255) = 74.03%
BLUE value IS 14 (5.86% from 255) = 18.18%
R=7.79%
G=74.03%
B=18.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal657140.8900.750.78129.4180.9512.35
Hex639E5904B4E8151c
Octal67116131011311620112114
Binary110111001111010110010100101110011101000000110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06390E; }

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

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

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

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

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

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

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

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