Html Css Color HEX #063E14 Deep Fir

📋 copy color: '#063E14'

red 6 ◦ green 62 ◦ blue 20

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

Shades of Deep Fir #063E14

Tints of Deep Fir #063E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 70.45%

 BLUE value IS 20 (8.2% from 255) = 22.73%

R = 6.82%
G = 70.45%
B = 22.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.76

RGB Variations

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

Color information

#063E14 (or 0x063E14) is known color: Deep Fir. HEX triplet: 06, 3E and 14. RGB value is (6,62,20). Sum of RGB (Red+Green+Blue) = 6+62+20=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 62 (24.61% from 255 or 70.45% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 62 - color contains mainly: green. Hex color #063E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063E14 is #F9C1EB. Grayscale: #282828. Windows color (decimal): -16368108 or 1326598. OLE color: 1326598.

HSL color Cylindrical-coordinate representation of color #063E14: hue angle of 135º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063E14 is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 62 20 -
CMYK 0.90 0 0.68 0.76
HSL 135º 0.82% 0.13% -
HSV(B) 135º 0.9% 0.24% -
XYZ 1.92 3.53 1.24 -
YUV 40.47 116.45 103.42 -
System Red Green Blue C M Y K H S L
Decimal 6 62 20 0.90 0 0.68 0.76 135 0.82 0.13
Hex 6 3E 14 5A 0 44 4C 87 52 D
Octal 6 76 24 132 0 104 114 207 122 15
Binary 110 111110 10100 1011010 0 1000100 1001100 10000111 1010010 1101

Color Harmonies of #063E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E14

Black with #063E14

Text Example


Text Example

White with #063E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,62,20); }

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

background-color css

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

 a { background-color: rgb(6,62,20); }

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

border-color css

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

 span { border-color: rgb(6,62,20); }

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