Html Css Color HEX #063314 Deep Fir

📋 copy color: '#063314'

red 6 ◦ green 51 ◦ blue 20

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

Shades of Deep Fir #063314

Tints of Deep Fir #063314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 66.23%

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

R = 7.79%
G = 66.23%
B = 25.97%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#063314 (or 0x063314) is known color: Deep Fir. HEX triplet: 06, 33 and 14. RGB value is (6,51,20). Sum of RGB (Red+Green+Blue) = 6+51+20=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 51 (20.31% from 255 or 66.23% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 51 - color contains mainly: green. Hex color #063314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063314 is #F9CCEB. Grayscale: #222222. Windows color (decimal): -16370924 or 1323782. OLE color: 1323782.

HSL color Cylindrical-coordinate representation of color #063314: hue angle of 138.67º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063314 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB 6 51 20 -
CMYK 0.88 0 0.61 0.8
HSL 138.67º 0.79% 0.11% -
HSV(B) 138.67º 0.88% 0.2% -
XYZ 1.39 2.46 1.06 -
YUV 34.01 120.09 108.02 -
System Red Green Blue C M Y K H S L
Decimal 6 51 20 0.88 0 0.61 0.8 138.67 0.79 0.11
Hex 6 33 14 58 0 3D 50 8B 4F B
Octal 6 63 24 130 0 75 120 213 117 13
Binary 110 110011 10100 1011000 0 111101 1010000 10001011 1001111 1011

Color Harmonies of #063314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063314

Black with #063314

Text Example


Text Example

White with #063314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063314; }

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

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

background-color css

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

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

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

border-color css

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

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

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