Html Css Color HEX #063F0E Deep Fir

📋 copy color: '#063F0E'

red 6 ◦ green 63 ◦ blue 14

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

Shades of Deep Fir #063F0E

Tints of Deep Fir #063F0E

RGB

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

 GREEN value IS 63 (25% from 255) = 75.9%

 BLUE value IS 14 (5.86% from 255) = 16.87%

R = 7.23%
G = 75.9%
B = 16.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#063F0E (or 0x063F0E) is known color: Deep Fir. HEX triplet: 06, 3F and 0E. RGB value is (6,63,14). Sum of RGB (Red+Green+Blue) = 6+63+14=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 63 (25% from 255 or 75.90% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 63 - color contains mainly: green. Hex color #063F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063F0E is #F9C0F1. Grayscale: #282828. Windows color (decimal): -16367858 or 933638. OLE color: 933638.

HSL color Cylindrical-coordinate representation of color #063F0E: hue angle of 128.42º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063F0E is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 63 14 -
CMYK 0.90 0 0.78 0.75
HSL 128.42º 0.83% 0.14% -
HSV(B) 128.42º 0.9% 0.25% -
XYZ 1.93 3.63 1.01 -
YUV 40.37 113.12 103.48 -
System Red Green Blue C M Y K H S L
Decimal 6 63 14 0.90 0 0.78 0.75 128.42 0.83 0.14
Hex 6 3F E 5A 0 4E 4B 80 53 E
Octal 6 77 16 132 0 116 113 200 123 16
Binary 110 111111 1110 1011010 0 1001110 1001011 10000000 1010011 1110

Color Harmonies of #063F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F0E

Black with #063F0E

Text Example


Text Example

White with #063F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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