Html Css Color HEX #063C14 Deep Fir

📋 copy color: '#063C14'

red 6 ◦ green 60 ◦ blue 20

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

Shades of Deep Fir #063C14

Tints of Deep Fir #063C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 69.77%

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

R = 6.98%
G = 69.77%
B = 23.26%

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

#063C14 (or 0x063C14) is known color: Deep Fir. HEX triplet: 06, 3C and 14. RGB value is (6,60,20). Sum of RGB (Red+Green+Blue) = 6+60+20=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 60 (23.83% from 255 or 69.77% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 60 - color contains mainly: green. Hex color #063C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063C14 is #F9C3EB. Grayscale: #272727. Windows color (decimal): -16368620 or 1326086. OLE color: 1326086.

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

Color convert

RGB 6 60 20 -
CMYK 0.90 0 0.67 0.76
HSL 135.56º 0.82% 0.13% -
HSV(B) 135.56º 0.9% 0.24% -
XYZ 1.82 3.32 1.21 -
YUV 39.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 6 60 20 0.90 0 0.67 0.76 135.56 0.82 0.13
Hex 6 3C 14 5A 0 43 4C 88 52 D
Octal 6 74 24 132 0 103 114 210 122 15
Binary 110 111100 10100 1011010 0 1000011 1001100 10001000 1010010 1101

Color Harmonies of #063C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C14

Black with #063C14

Text Example


Text Example

White with #063C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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