Html Css Color HEX #06390D Deep Fir

📋 copy color: '#06390D'

red 6 ◦ green 57 ◦ blue 13

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

Shades of Deep Fir #06390D

Tints of Deep Fir #06390D

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

 M value IS 0

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 6 57 13 -
CMYK 0.89 0 0.77 0.78
HSL 128.24º 0.81% 0.12% -
HSV(B) 128.24º 0.89% 0.22% -
XYZ 1.61 2.99 0.87 -
YUV 36.74 114.6 106.08 -
System Red Green Blue C M Y K H S L
Decimal 6 57 13 0.89 0 0.77 0.78 128.24 0.81 0.12
Hex 6 39 D 59 0 4D 4E 80 51 C
Octal 6 71 15 131 0 115 116 200 121 14
Binary 110 111001 1101 1011001 0 1001101 1001110 10000000 1010001 1100

Color Harmonies of #06390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06390D

Black with #06390D

Text Example


Text Example

White with #06390D

Text Example


Text Example

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