#063214

Color #063214 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #063214

Tints of Deep Fir #063214

Color information

#063214 (or 0x063214) is unknown color: approx 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

RGB65020-
CMYK0.8800.600.80
HSL139.09º78.57%10.98%-
HSV(B)139.09º88%19.61%-
XYZ1.342.371.05-
YUV33.42120.42108.44-

RGB Variations

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

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.20% from 255) = 26.32%
R=7.89%
G=65.79%
B=26.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal650200.8800.600.80139.0978.5710.98
Hex632145803C508b4fb
Octal6622413007412021311713
Binary110110010101001011000011110010100001000101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>