#06390D

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

Shades of Deep Fir #06390D

Tints of Deep Fir #06390D

Color information

#06390D (or 0x06390D) is unknown color: approx Deep Fir. HEX triplet: 06, 39 and 0D. RGB value is (6,57,13). Sum of RGB (Red+Green+Blue) = 6+57+13=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 57 (22.66% from 255 or 75% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 57 - color contains mainly: green. Hex color #06390D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06390D is #F9C6F2. Grayscale: #242424. Windows color (decimal): -16369395 or 866566. OLE color: 866566.

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

Color convert

RGB65713-
CMYK0.8900.770.78
HSL128.24º80.95%12.35%-
HSV(B)128.24º89.47%22.35%-
XYZ1.612.990.87-
YUV36.73114.6106.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.89%
GREEN value IS 57 (22.66% from 255) = 75%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=7.89%
G=75%
B=17.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal657130.8900.770.78128.2480.9512.35
Hex639D5904D4E8051c
Octal67115131011511620012114
Binary110111001110110110010100110110011101000000010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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