Html Css Color HEX #063714 Deep Fir

📋 copy color: '#063714'

red 6 ◦ green 55 ◦ blue 20

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

Shades of Deep Fir #063714

Tints of Deep Fir #063714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 67.9%

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

R = 7.41%
G = 67.9%
B = 24.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#063714 (or 0x063714) is known color: Deep Fir. HEX triplet: 06, 37 and 14. RGB value is (6,55,20). Sum of RGB (Red+Green+Blue) = 6+55+20=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 55 (21.88% from 255 or 67.90% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 55 - color contains mainly: green. Hex color #063714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063714 is #F9C8EB. Grayscale: #242424. Windows color (decimal): -16369900 or 1324806. OLE color: 1324806.

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

Color convert

RGB 6 55 20 -
CMYK 0.89 0 0.64 0.78
HSL 137.14º 0.8% 0.12% -
HSV(B) 137.14º 0.89% 0.22% -
XYZ 1.57 2.82 1.12 -
YUV 36.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 6 55 20 0.89 0 0.64 0.78 137.14 0.8 0.12
Hex 6 37 14 59 0 40 4E 89 50 C
Octal 6 67 24 131 0 100 116 211 120 14
Binary 110 110111 10100 1011001 0 1000000 1001110 10001001 1010000 1100

Color Harmonies of #063714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063714

Black with #063714

Text Example


Text Example

White with #063714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063714; }

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

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

background-color css

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

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

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

border-color css

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

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

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