Html Css Color HEX #063D14 Deep Fir

📋 copy color: '#063D14'

red 6 ◦ green 61 ◦ blue 20

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

Shades of Deep Fir #063D14

Tints of Deep Fir #063D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 70.11%

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

R = 6.9%
G = 70.11%
B = 22.99%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#063D14 (or 0x063D14) is known color: Deep Fir. HEX triplet: 06, 3D and 14. RGB value is (6,61,20). Sum of RGB (Red+Green+Blue) = 6+61+20=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 61 (24.22% from 255 or 70.11% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 61 - color contains mainly: green. Hex color #063D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063D14 is #F9C2EB. Grayscale: #272727. Windows color (decimal): -16368364 or 1326342. OLE color: 1326342.

HSL color Cylindrical-coordinate representation of color #063D14: hue angle of 135.27º 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 #063D14 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 61 20 -
CMYK 0.90 0 0.67 0.76
HSL 135.27º 0.82% 0.13% -
HSV(B) 135.27º 0.9% 0.24% -
XYZ 1.87 3.43 1.22 -
YUV 39.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 6 61 20 0.90 0 0.67 0.76 135.27 0.82 0.13
Hex 6 3D 14 5A 0 43 4C 87 52 D
Octal 6 75 24 132 0 103 114 207 122 15
Binary 110 111101 10100 1011010 0 1000011 1001100 10000111 1010010 1101

Color Harmonies of #063D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063D14

Black with #063D14

Text Example


Text Example

White with #063D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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