Html Css Color HEX #06390E Deep Fir

📋 copy color: '#06390E'

red 6 ◦ green 57 ◦ blue 14

#06390E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #06390E

Tints of Deep Fir #06390E

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 value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#06390E (or 0x06390E) is known color: 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

RGB 6 57 14 -
CMYK 0.89 0 0.75 0.78
HSL 129.41º 0.81% 0.12% -
HSV(B) 129.41º 0.89% 0.22% -
XYZ 1.62 3 0.91 -
YUV 36.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 6 57 14 0.89 0 0.75 0.78 129.41 0.81 0.12
Hex 6 39 E 59 0 4B 4E 81 51 C
Octal 6 71 16 131 0 113 116 201 121 14
Binary 110 111001 1110 1011001 0 1001011 1001110 10000001 1010001 1100

Color Harmonies of #06390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06390E

Black with #06390E

Text Example


Text Example

White with #06390E

Text Example


Text Example

HTML Codes & Css Web 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>