Html Css Color HEX #063911 Deep Fir

📋 copy color: '#063911'

red 6 ◦ green 57 ◦ blue 17

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

Shades of Deep Fir #063911

Tints of Deep Fir #063911

RGB

 RED value IS 6 (2.73% from 255) = 7.5%

 GREEN value IS 57 (22.66% from 255) = 71.25%

 BLUE value IS 17 (7.03% from 255) = 21.25%

R = 7.5%
G = 71.25%
B = 21.25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#063911 (or 0x063911) is known color: Deep Fir. HEX triplet: 06, 39 and 11. RGB value is (6,57,17). Sum of RGB (Red+Green+Blue) = 6+57+17=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 57 (22.66% from 255 or 71.25% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 57 - color contains mainly: green. Hex color #063911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063911 is #F9C6EE. Grayscale: #252525. Windows color (decimal): -16369391 or 1128710. OLE color: 1128710.

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

Color convert

RGB 6 57 17 -
CMYK 0.89 0 0.70 0.78
HSL 132.94º 0.81% 0.12% -
HSV(B) 132.94º 0.89% 0.22% -
XYZ 1.64 3.01 1.02 -
YUV 37.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 6 57 17 0.89 0 0.70 0.78 132.94 0.81 0.12
Hex 6 39 11 59 0 46 4E 85 51 C
Octal 6 71 21 131 0 106 116 205 121 14
Binary 110 111001 10001 1011001 0 1000110 1001110 10000101 1010001 1100

Color Harmonies of #063911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063911

Black with #063911

Text Example


Text Example

White with #063911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063911; }

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

 H1.HeaderClassName
 {
   color: #063911;
 }
 .AnyTagClassName
 {
   color: #063911;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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