Html Css Color HEX #063814 Deep Fir

📋 copy color: '#063814'

red 6 ◦ green 56 ◦ blue 20

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

Shades of Deep Fir #063814

Tints of Deep Fir #063814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 68.29%

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

R = 7.32%
G = 68.29%
B = 24.39%

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

#063814 (or 0x063814) is known color: Deep Fir. HEX triplet: 06, 38 and 14. RGB value is (6,56,20). Sum of RGB (Red+Green+Blue) = 6+56+20=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 56 (22.27% from 255 or 68.29% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 56 - color contains mainly: green. Hex color #063814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063814 is #F9C7EB. Grayscale: #252525. Windows color (decimal): -16369644 or 1325062. OLE color: 1325062.

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

Color convert

RGB 6 56 20 -
CMYK 0.89 0 0.64 0.78
HSL 136.8º 0.81% 0.12% -
HSV(B) 136.8º 0.89% 0.22% -
XYZ 1.62 2.92 1.14 -
YUV 36.95 118.44 105.93 -
System Red Green Blue C M Y K H S L
Decimal 6 56 20 0.89 0 0.64 0.78 136.8 0.81 0.12
Hex 6 38 14 59 0 40 4E 89 51 C
Octal 6 70 24 131 0 100 116 211 121 14
Binary 110 111000 10100 1011001 0 1000000 1001110 10001001 1010001 1100

Color Harmonies of #063814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063814

Black with #063814

Text Example


Text Example

White with #063814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063814; }

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

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

background-color css

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

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

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

border-color css

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

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

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