Html Css Color HEX #063214 Deep Fir

📋 copy color: '#063214'

red 6 ◦ green 50 ◦ blue 20

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

Shades of Deep Fir #063214

Tints of Deep Fir #063214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 65.79%

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

R = 7.89%
G = 65.79%
B = 26.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#063214 (or 0x063214) is known color: Deep Fir. HEX triplet: 06, 32 and 14. RGB value is (6,50,20). Sum of RGB (Red+Green+Blue) = 6+50+20=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #063214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063214 is #F9CDEB. Grayscale: #212121. Windows color (decimal): -16371180 or 1323526. OLE color: 1323526.

HSL color Cylindrical-coordinate representation of color #063214: hue angle of 139.09º 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 #063214 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 50 20 -
CMYK 0.88 0 0.60 0.80
HSL 139.09º 0.79% 0.11% -
HSV(B) 139.09º 0.88% 0.2% -
XYZ 1.34 2.37 1.05 -
YUV 33.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 6 50 20 0.88 0 0.60 0.80 139.09 0.79 0.11
Hex 6 32 14 58 0 3C 50 8B 4F B
Octal 6 62 24 130 0 74 120 213 117 13
Binary 110 110010 10100 1011000 0 111100 1010000 10001011 1001111 1011

Color Harmonies of #063214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063214

Black with #063214

Text Example


Text Example

White with #063214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063214; }

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

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

background-color css

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

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

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

border-color css

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

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

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